Lines Matching defs:hrt
41 hrtimer_init(struct hrtimer *hrt, clockid_t clkid, enum hrtimer_mode mode) in hrtimer_init()
52 _hrtimer_schedule(struct hrtimer *hrt) in _hrtimer_schedule()
72 struct hrtimer *hrt = cookie; in hrtimer_fire() local
86 hrtimer_set_expires(struct hrtimer *hrt, ktime_t expires) in hrtimer_set_expires()
93 hrtimer_add_expires_ns(struct hrtimer *hrt, uint64_t ns) in hrtimer_add_expires_ns()
100 hrtimer_start(struct hrtimer *hrt, ktime_t expires, enum hrtimer_mode mode) in hrtimer_start()
107 hrtimer_start_range_ns(struct hrtimer *hrt, ktime_t expires, uint64_t range_ns, in hrtimer_start_range_ns()
118 hrtimer_cancel(struct hrtimer *hrt) in hrtimer_cancel()
142 hrtimer_active(struct hrtimer *hrt) in hrtimer_active()
156 hrtimer_forward(struct hrtimer *hrt, ktime_t now, ktime_t period) in hrtimer_forward()
185 hrtimer_forward_now(struct hrtimer *hrt, ktime_t period) in hrtimer_forward_now()