Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c49 wait_queue_head_t poll_wq; member
566 ret = wait_event_interruptible(stream->poll_wq, stream->pollin); in xe_eu_stall_stream_read()
697 wake_up(&stream->poll_wq); in eu_stall_data_buf_poll_work_fn()
729 init_waitqueue_head(&stream->poll_wq); in xe_eu_stall_stream_init()
754 poll_wait(file, &stream->poll_wq, wait); in xe_eu_stall_stream_poll_locked()
H A Dxe_oa_types.h213 wait_queue_head_t poll_wq; member
H A Dxe_oa.c300 wake_up(&stream->poll_wq); in xe_oa_poll_check_timer_cb()
509 return wait_event_interruptible(stream->poll_wq, in xe_oa_wait_unlocked()
581 poll_wait(file, &stream->poll_wq, wait); in xe_oa_poll_locked()
1769 init_waitqueue_head(&stream->poll_wq); in xe_oa_stream_init()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_perf_types.h266 wait_queue_head_t poll_wq; member
H A Di915_perf.c1240 return wait_event_interruptible(stream->poll_wq, in i915_oa_wait_unlocked()
1258 poll_wait(file, &stream->poll_wq, wait); in i915_oa_poll_wait()
3367 init_waitqueue_head(&stream->poll_wq); in i915_oa_stream_init()
3491 wake_up(&stream->poll_wq); in oa_poll_check_timer_cb()
/linux-6.15/io_uring/
H A Dio_uring.h301 if (wq_has_sleeper(&ctx->poll_wq)) in io_poll_wq_wake()
302 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0, in io_poll_wq_wake()
H A Dregister.c191 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
H A Dio_uring.c351 init_waitqueue_head(&ctx->poll_wq); in io_ring_ctx_alloc()
2773 wake_up_all(&ctx->poll_wq); in io_activate_pollwq_cb()
2810 poll_wait(file, &ctx->poll_wq, wait); in io_uring_poll()
/linux-6.15/include/linux/
H A Dio_uring_types.h394 struct wait_queue_head poll_wq; member