Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dio_uring.h230 if (wq_has_sleeper(&ctx->poll_wq)) in io_poll_wq_wake()
231 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_poll_wq_wake()
Dio_uring.c336 init_waitqueue_head(&ctx->poll_wq); in io_ring_ctx_alloc()
2968 wake_up_all(&ctx->poll_wq); in io_activate_pollwq_cb()
3002 poll_wait(file, &ctx->poll_wq, wait); in io_uring_poll()
4253 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_perf_types.h266 wait_queue_head_t poll_wq; member
Di915_perf.c1233 return wait_event_interruptible(stream->poll_wq, in i915_oa_wait_unlocked()
1251 poll_wait(file, &stream->poll_wq, wait); in i915_oa_poll_wait()
3425 init_waitqueue_head(&stream->poll_wq); in i915_oa_stream_init()
3553 wake_up(&stream->poll_wq); in oa_poll_check_timer_cb()
/Linux-v6.6/include/linux/
Dio_uring_types.h331 struct wait_queue_head poll_wq; member