Searched refs:poll_wait (Results 1 – 1 of 1) sorted by relevance
402 struct wait_queue_head poll_wait; member1344 init_waitqueue_head(&ctx->poll_wait); in io_ring_ctx_alloc()1657 if (waitqueue_active(&ctx->poll_wait)) in io_cqring_ev_posted()1658 __wake_up(&ctx->poll_wait, TASK_INTERRUPTIBLE, 0, in io_cqring_ev_posted()1674 if (waitqueue_active(&ctx->poll_wait)) in io_cqring_ev_posted_iopoll()1675 __wake_up(&ctx->poll_wait, TASK_INTERRUPTIBLE, 0, in io_cqring_ev_posted_iopoll()9604 poll_wait(file, &ctx->poll_wait, wait); in io_uring_poll()