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 | 433 __io_wq_wake(&ctx->poll_wq); in io_poll_wq_wake()
|
| H A D | io_uring.c | 275 init_waitqueue_head(&ctx->poll_wq); in io_ring_ctx_alloc() 2217 wake_up_all(&ctx->poll_wq); in io_activate_pollwq_cb() 2254 poll_wait(file, &ctx->poll_wq, wait); in io_uring_poll()
|
| 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 | 49 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 D | xe_oa.c | 307 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() 587 poll_wait(file, &stream->poll_wq, wait); in xe_oa_poll_locked() 1465 wake_up(&stream->poll_wq); in xe_oa_stream_disable() 1801 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 | 443 struct wait_queue_head poll_wq; member
|