Searched refs:poll_check_timer (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_oa_types.h | 210 struct hrtimer poll_check_timer; member
|
| H A D | xe_oa.c | 297 container_of(hrtimer, typeof(*stream), poll_check_timer); in xe_oa_poll_check_timer_cb() 1410 hrtimer_start(&stream->poll_check_timer, in xe_oa_stream_enable() 1420 hrtimer_cancel(&stream->poll_check_timer); in xe_oa_stream_disable() 1767 hrtimer_setup(&stream->poll_check_timer, xe_oa_poll_check_timer_cb, CLOCK_MONOTONIC, in xe_oa_stream_init()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_perf_types.h | 260 struct hrtimer poll_check_timer; member
|
| H A D | i915_perf.c | 3063 hrtimer_start(&stream->poll_check_timer, in i915_oa_stream_enable() 3126 hrtimer_cancel(&stream->poll_check_timer); in i915_oa_stream_disable() 3365 hrtimer_setup(&stream->poll_check_timer, oa_poll_check_timer_cb, CLOCK_MONOTONIC, in i915_oa_stream_init() 3487 container_of(hrtimer, typeof(*stream), poll_check_timer); in oa_poll_check_timer_cb()
|