Lines Matching defs:wait
414 * We can't wait until pmu_init gets called, that happens too late.
1484 /* reset TREQ and wait for TACK to go high */
2105 wait_queue_head_t wait;
2137 wake_up_interruptible(&pp->wait);
2155 init_waitqueue_head(&pp->wait);
2173 DECLARE_WAITQUEUE(wait, current);
2181 add_wait_queue(&pp->wait, &wait);
2212 remove_wait_queue(&pp->wait, &wait);
2226 pmu_fpoll(struct file *filp, poll_table *wait)
2234 poll_wait(filp, &pp->wait, wait);