Searched refs:poll_wq (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Di915_perf_types.h263 * @poll_wq: The wait queue that hrtimer callback wakes when it
266 wait_queue_head_t poll_wq; member in struct:i915_perf_stream
H A Di915_perf.c1237 return wait_event_interruptible(stream->poll_wq,
1255 poll_wait(file, &stream->poll_wq, wait);
3399 init_waitqueue_head(&stream->poll_wq);
3523 wake_up(&stream->poll_wq);
/linux-master/io_uring/
H A Dio_uring.h265 if (wq_has_sleeper(&ctx->poll_wq))
266 __wake_up(&ctx->poll_wq, TASK_NORMAL, 0,
H A Dregister.c241 if (wq_has_sleeper(&ctx->poll_wq))
H A Dio_uring.c327 init_waitqueue_head(&ctx->poll_wq);
2951 wake_up_all(&ctx->poll_wq);
2985 poll_wait(file, &ctx->poll_wq, wait);
3896 * lazy poll_wq activation relies on ->task_complete for synchronisation
/linux-master/include/linux/
H A Dio_uring_types.h378 struct wait_queue_head poll_wq; member in struct:io_ring_ctx

Completed in 184 milliseconds