Searched refs:poll_wq (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 49 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 D | xe_oa_types.h | 213 wait_queue_head_t poll_wq; member
|
| H A D | xe_oa.c | 300 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 D | i915_perf_types.h | 266 wait_queue_head_t poll_wq; member
|
| H A D | i915_perf.c | 1240 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 D | io_uring.h | 301 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 D | register.c | 191 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
|
| H A D | io_uring.c | 351 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 D | io_uring_types.h | 394 struct wait_queue_head poll_wq; member
|