Lines Matching defs:hrtimer
379 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer);
442 * check hrtimer (atomic ctx) to check the OA buffer tail pointer and check
1139 * for OA metrics. It waits until the hrtimer callback finds a non-empty
1165 * this starts a poll_wait with the wait queue that our hrtimer callback wakes
2666 * when opening the stream. This also starts a hrtimer that will periodically
2732 * circular OA buffer. This also stops the hrtimer that periodically checks for
3053 * effectively ensures we back off until the next hrtimer callback
3066 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer)
3069 container_of(hrtimer, typeof(*stream), poll_check_timer);
3076 hrtimer_forward_now(hrtimer,
3108 * the hrtimer/oa_poll_check_timer_cb to notify us when there are
4463 * interval for the hrtimer used to check for OA data.