Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dmock_file.c26 struct wait_queue_head poll_wq; member
173 poll_wait(file, &mf->poll_wq, pt); in io_mock_poll()
249 init_waitqueue_head(&mf->poll_wq); in io_create_mock_file()
H A Dio_uring.h434 __io_wq_wake(&ctx->poll_wq); in io_poll_wq_wake()
H A Dio_uring.c276 init_waitqueue_head(&ctx->poll_wq); in io_ring_ctx_alloc()
2230 wake_up_all(&ctx->poll_wq); in io_activate_pollwq_cb()
2267 poll_wait(file, &ctx->poll_wq, wait); in io_uring_poll()
3004 * lazy poll_wq activation relies on ->task_complete for synchronisation in io_uring_create()
H A Dregister.c288 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
/linux/drivers/gpu/drm/xe/
H A Dxe_eu_stall.c50 wait_queue_head_t poll_wq;
613 ret = wait_event_interruptible(stream->poll_wq, stream->pollin); in xe_eu_stall_stream_read()
743 wake_up(&stream->poll_wq); in xe_eu_stall_stream_init()
776 init_waitqueue_head(&stream->poll_wq); in xe_eu_stall_stream_poll_locked()
801 poll_wait(file, &stream->poll_wq, wait); in xe_eu_stall_enable_locked()
49 wait_queue_head_t poll_wq; global() member
H A Dxe_oa.c320 wake_up(&stream->poll_wq); in xe_oa_append_report()
534 return wait_event_interruptible(stream->poll_wq, in __xe_oa_read()
605 poll_wait(file, &stream->poll_wq, wait); in xe_oa_poll()
1491 wake_up(&stream->poll_wq); in xe_oa_disable_preempt_timeslice()
1815 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.h472 struct wait_queue_head poll_wq;
443 struct wait_queue_head poll_wq; global() member