Lines Matching refs:wq
189 wait_queue_head_t wq; member
502 static void ep_poll_safewake(wait_queue_head_t *wq) in ep_poll_safewake() argument
507 ep_poll_wakeup_proc, NULL, wq, (void *) (long) this_cpu); in ep_poll_safewake()
659 if (waitqueue_active(&ep->wq)) in ep_scan_ready_list()
660 wake_up_locked(&ep->wq); in ep_scan_ready_list()
920 init_waitqueue_head(&ep->wq); in ep_alloc()
1040 if (waitqueue_active(&ep->wq)) in ep_poll_callback()
1041 wake_up_locked(&ep->wq); in ep_poll_callback()
1311 if (waitqueue_active(&ep->wq)) in ep_insert()
1312 wake_up_locked(&ep->wq); in ep_insert()
1420 if (waitqueue_active(&ep->wq)) in ep_modify()
1421 wake_up_locked(&ep->wq); in ep_modify()
1589 __add_wait_queue_exclusive(&ep->wq, &wait); in ep_poll()
1612 __remove_wait_queue(&ep->wq, &wait); in ep_poll()