Lines Matching refs:wq
193 wait_queue_head_t wq; member
506 static void ep_poll_safewake(wait_queue_head_t *wq) in ep_poll_safewake() argument
511 ep_poll_wakeup_proc, NULL, wq, (void *) (long) this_cpu); in ep_poll_safewake()
665 if (waitqueue_active(&ep->wq)) in ep_scan_ready_list()
666 wake_up_locked(&ep->wq); in ep_scan_ready_list()
949 init_waitqueue_head(&ep->wq); in ep_alloc()
1069 if (waitqueue_active(&ep->wq)) in ep_poll_callback()
1070 wake_up_locked(&ep->wq); in ep_poll_callback()
1343 if (waitqueue_active(&ep->wq)) in ep_insert()
1344 wake_up_locked(&ep->wq); in ep_insert()
1451 if (waitqueue_active(&ep->wq)) in ep_modify()
1452 wake_up_locked(&ep->wq); in ep_modify()
1620 __add_wait_queue_exclusive(&ep->wq, &wait); in ep_poll()
1643 __remove_wait_queue(&ep->wq, &wait); in ep_poll()