Lines Matching defs:hrtimer
394 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer);
523 * check hrtimer (atomic ctx) to check the OA buffer tail pointer and check
1247 * for OA metrics. It waits until the hrtimer callback finds a non-empty
1273 * this starts a poll_wait with the wait queue that our hrtimer callback wakes
3116 * when opening the stream. This also starts a hrtimer that will periodically
3182 * circular OA buffer. This also stops the hrtimer that periodically checks for
3562 * effectively ensures we back off until the next hrtimer callback
3575 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer)
3578 container_of(hrtimer, typeof(*stream), poll_check_timer);
3585 hrtimer_forward_now(hrtimer,
3614 * the hrtimer/oa_poll_check_timer_cb to notify us when there are
5342 * interval for the hrtimer used to check for OA data.