Lines Matching defs:pending
292 * -EAGAIN if upcall is pending and request has been queued
563 * If a cache lookup finds a pending entry, we
734 struct list_head pending;
738 INIT_LIST_HEAD(&pending);
744 list_add(&dreq->recent, &pending);
749 while (!list_empty(&pending)) {
750 dreq = list_entry(pending.next, struct cache_deferred_req, recent);
759 struct list_head pending;
762 INIT_LIST_HEAD(&pending);
768 list_add(&dreq->recent, &pending);
773 while (!list_empty(&pending)) {
774 dreq = list_entry(pending.next, struct cache_deferred_req, recent);
1098 /* Lost a race and it is pending again */