Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c49 wait_queue_head_t poll_wq; member
593 ret = wait_event_interruptible(stream->poll_wq, stream->pollin); in xe_eu_stall_stream_read()
722 wake_up(&stream->poll_wq); in eu_stall_data_buf_poll_work_fn()
754 init_waitqueue_head(&stream->poll_wq); in xe_eu_stall_stream_init()
779 poll_wait(file, &stream->poll_wq, wait); in xe_eu_stall_stream_poll_locked()
H A Dxe_oa.c307 wake_up(&stream->poll_wq); in xe_oa_poll_check_timer_cb()
516 return wait_event_interruptible(stream->poll_wq, in xe_oa_wait_unlocked()
588 poll_wait(file, &stream->poll_wq, wait); in xe_oa_poll_locked()
1811 init_waitqueue_head(&stream->poll_wq); in xe_oa_stream_init()
/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()
3610 * lazy poll_wq activation relies on ->task_complete for synchronisation in io_uring_create()