Searched refs:poll_wq (Results 1 – 8 of 8) sorted by relevance
| /linux/io_uring/ |
| H A D | mock_file.c | 26 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 D | io_uring.h | 434 __io_wq_wake(&ctx->poll_wq); in io_poll_wq_wake()
|
| H A D | io_uring.c | 276 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 D | register.c | 288 if (wq_has_sleeper(&ctx->poll_wq)) in io_register_enable_rings()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_eu_stall.c | 50 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 D | xe_oa.c | 320 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 D | i915_perf_types.h | 266 wait_queue_head_t poll_wq; member
|
| /linux/include/linux/ |
| H A D | io_uring_types.h | 472 struct wait_queue_head poll_wq; 443 struct wait_queue_head poll_wq; global() member
|