Lines Matching defs:wait
425 * We can't wait until pmu_init gets called, that happens too late.
1493 /* reset TREQ and wait for TACK to go high */
2113 wait_queue_head_t wait;
2145 wake_up_interruptible(&pp->wait);
2163 init_waitqueue_head(&pp->wait);
2181 DECLARE_WAITQUEUE(wait, current);
2189 add_wait_queue(&pp->wait, &wait);
2220 remove_wait_queue(&pp->wait, &wait);
2234 pmu_fpoll(struct file *filp, poll_table *wait)
2242 poll_wait(filp, &pp->wait, wait);