Lines Matching refs:whead
249 wait_queue_head_t *whead; member
593 wait_queue_head_t *whead; in ep_remove_wait_queue() local
602 whead = smp_load_acquire(&pwq->whead); in ep_remove_wait_queue()
603 if (whead) in ep_remove_wait_queue()
604 remove_wait_queue(whead, &pwq->wait); in ep_remove_wait_queue()
876 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead,
1228 smp_store_release(&ep_pwq_from_wait(wait)->whead, NULL); in ep_poll_callback()
1238 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, in ep_ptable_queue_proc() argument
1246 pwq->whead = whead; in ep_ptable_queue_proc()
1249 add_wait_queue_exclusive(whead, &pwq->wait); in ep_ptable_queue_proc()
1251 add_wait_queue(whead, &pwq->wait); in ep_ptable_queue_proc()