Home
last modified time | relevance | path

Searched refs:poll_wq (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h266 wait_queue_head_t poll_wq; member
/linux/include/linux/
H A Dio_uring_types.h411 struct wait_queue_head poll_wq; member
/linux/io_uring/
H A Dregister.c189 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
H A Dio_uring.c334 init_waitqueue_head(&ctx->poll_wq); in io_ring_ctx_alloc()
2899 wake_up_all(&ctx->poll_wq); in io_activate_pollwq_cb()
2936 poll_wait(file, &ctx->poll_wq, wait); in io_uring_poll()