Searched refs:ext_wait_queue (Results 1 – 1 of 1) sorted by relevance
59 struct ext_wait_queue { /* queue of sleeping tasks */ struct83 struct ext_wait_queue e_wait_q[2]; argument545 struct ext_wait_queue *ewp) in wq_add()547 struct ext_wait_queue *walk; in wq_add()566 ktime_t *timeout, struct ext_wait_queue *ewp) in wq_sleep()611 static struct ext_wait_queue *wq_get_first_waiter( in wq_get_first_waiter()619 return list_entry(ptr, struct ext_wait_queue, list); in wq_get_first_waiter()922 struct ext_wait_queue *receiver) in pipelined_send()936 struct ext_wait_queue *sender = wq_get_first_waiter(info, SEND); in pipelined_receive()958 struct ext_wait_queue wait; in SYSCALL_DEFINE5()[all …]