Home
last modified time | relevance | path

Searched refs:poll_wq (Results 1 – 7 of 7) 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.h435 __io_wq_wake(&ctx->poll_wq); in io_poll_wq_wake()
H A Dio_uring.c277 init_waitqueue_head(&ctx->poll_wq); in io_ring_ctx_alloc()
2221 wake_up_all(&ctx->poll_wq); in io_activate_pollwq_cb()
2258 poll_wait(file, &ctx->poll_wq, wait); in io_uring_poll()
2995 * 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_oa_types.h227 wait_queue_head_t poll_wq; member
H A Dxe_oa.c321 wake_up(&stream->poll_wq); in xe_oa_poll_check_timer_cb()
535 return wait_event_interruptible(stream->poll_wq, in xe_oa_wait_unlocked()
606 poll_wait(file, &stream->poll_wq, wait); in xe_oa_poll_locked()
1495 wake_up(&stream->poll_wq); in xe_oa_stream_disable()
1824 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