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.h242 if (wq_has_sleeper(&ctx->poll_wq))
243 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_cqring_wake()
H A Dio_uring.c325 init_waitqueue_head(&ctx->poll_wq); in io_ring_ctx_alloc()
3084 wake_up_all(&ctx->poll_wq); in io_tctx_exit_cb()
3118 poll_wait(file, &ctx->poll_wq, wait); in io_ring_exit_work()
4024 * lazy poll_wq activation relies on ->task_complete for synchronisation in io_uring_create()
4364 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_iowq_max_workers()
/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.h330 struct wait_queue_head poll_wq;
333 struct wait_queue_head poll_wq; global() member