Searched refs:poll_wait (Results 1 – 1 of 1) sorted by relevance
402 struct wait_queue_head poll_wait; member1351 init_waitqueue_head(&ctx->poll_wait); in io_ring_ctx_alloc()1664 if (waitqueue_active(&ctx->poll_wait)) in io_cqring_ev_posted()1665 __wake_up(&ctx->poll_wait, TASK_INTERRUPTIBLE, 0, in io_cqring_ev_posted()1681 if (waitqueue_active(&ctx->poll_wait)) in io_cqring_ev_posted_iopoll()1682 __wake_up(&ctx->poll_wait, TASK_INTERRUPTIBLE, 0, in io_cqring_ev_posted_iopoll()9439 poll_wait(file, &ctx->poll_wait, wait); in io_uring_poll()