poll_wait
wait_queue_head_t poll_wait;
wait_queue_head_t poll_wait;
init_waitqueue_head(&ev_queue->poll_wait);
init_waitqueue_head(&ev_file->poll_wait);
wake_up_interruptible(&ev_queue->poll_wait);
wake_up_interruptible(&ev_file->poll_wait);
wake_up_interruptible(&ev_file->poll_wait);
ev_queue->poll_wait,
poll_wait(filp, &ev_queue->poll_wait, wait);
if (wait_event_interruptible(ev_file->poll_wait,
poll_wait(filp, &ev_file->poll_wait, wait);
wake_up_interruptible(&ev_queue->poll_wait);
wake_up_interruptible(&ev_file->poll_wait);
poll_wait(priv->np_filp, priv->np_si[NR_TX],
poll_wait(priv->np_filp, priv->np_si[NR_RX],
timeout = cacheEntry->poll_wait;
uint8_t poll_wait ;
poll_wait(filp, &file->poll_wait, wait);
init_waitqueue_head(&file->poll_wait);
wake_up_interruptible(&ctx->file->poll_wait);
if (wait_event_interruptible(file->poll_wait,
wait_queue_head_t poll_wait;
poll_wait(filp, &file->poll_wait, wait);
init_waitqueue_head(&file->poll_wait);
wake_up_interruptible(&ctx->file->poll_wait);
if (wait_event_interruptible(file->poll_wait,
wait_queue_head_t poll_wait;
poll_wait(filp, &file->recv_wait, wait);
if (wait_event_interruptible(ev_queue->poll_wait,
poll_wait(filp, &ev_queue->poll_wait, wait);
wake_up_interruptible(&ev_queue->poll_wait);
wake_up_interruptible(&async_file->ev_queue.poll_wait);
init_waitqueue_head(&ev_queue->poll_wait);
wake_up_interruptible(&event_queue->poll_wait);
wait_queue_head_t poll_wait;