Lines Matching defs:hrtimer
395 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer);
531 * check hrtimer (atomic ctx) to check the OA buffer tail pointer and check
1259 * for OA metrics. It waits until the hrtimer callback finds a non-empty
1285 * this starts a poll_wait with the wait queue that our hrtimer callback wakes
3107 * when opening the stream. This also starts a hrtimer that will periodically
3177 * circular OA buffer. This also stops the hrtimer that periodically checks for
3564 * effectively ensures we back off until the next hrtimer callback
3577 static enum hrtimer_restart oa_poll_check_timer_cb(struct hrtimer *hrtimer)
3580 container_of(hrtimer, typeof(*stream), poll_check_timer);
3587 hrtimer_forward_now(hrtimer,
3616 * the hrtimer/oa_poll_check_timer_cb to notify us when there are
5365 * interval for the hrtimer used to check for OA data.