Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.h238 if (wq_has_sleeper(&ctx->poll_wq)) in io_poll_wq_wake()
239 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_poll_wq_wake()
H A Dio_uring.c326 init_waitqueue_head(&ctx->poll_wq); in io_ring_ctx_alloc()
2993 wake_up_all(&ctx->poll_wq); in io_activate_pollwq_cb()
3027 poll_wait(file, &ctx->poll_wq, wait); in io_uring_poll()
4260 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf_types.h266 wait_queue_head_t poll_wq; member
H A Di915_perf.c1262 return wait_event_interruptible(stream->poll_wq, in i915_oa_wait_unlocked()
1280 poll_wait(file, &stream->poll_wq, wait); in i915_oa_poll_wait()
3420 init_waitqueue_head(&stream->poll_wq); in i915_oa_stream_init()
3548 wake_up(&stream->poll_wq); in oa_poll_check_timer_cb()
/openbmc/linux/include/linux/
H A Dio_uring_types.h333 struct wait_queue_head poll_wq; member