Searched refs:waitlist (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
H A Dclosure.c95 * closure_wait - add a closure to a waitlist
97 * @waitlist will own a ref on @cl, which will be released when
98 * closure_wake_up() is called on @waitlist.
101 bool closure_wait(struct closure_waitlist *waitlist, struct closure *cl) closure_wait() argument
108 llist_add(&cl->list, &waitlist->list); closure_wait()
H A Dclosure.h111 * CLOSURE_WAITING: Set iff the closure is on a waitlist. Must be set by
/linux-4.1.27/include/linux/sunrpc/
H A Dsvc_rdma.h164 wait_queue_head_t sc_send_wait; /* SQ exhaustion waitlist */

Completed in 177 milliseconds