Home | History | Annotate | Download | only in linux

Lines Matching refs:hrtimer

35 #include <linux/hrtimer.h>
41 hrtimer_init(struct hrtimer *hrt, clockid_t clkid, enum hrtimer_mode mode)
52 _hrtimer_schedule(struct hrtimer *hrt)
58 panic("absolute hrtimer NYI");
64 panic("invalid hrtimer mode %d", hrt->hrt_mode);
72 struct hrtimer *hrt = cookie;
86 hrtimer_set_expires(struct hrtimer *hrt, ktime_t expires)
93 hrtimer_add_expires_ns(struct hrtimer *hrt, uint64_t ns)
100 hrtimer_start(struct hrtimer *hrt, ktime_t expires, enum hrtimer_mode mode)
107 hrtimer_start_range_ns(struct hrtimer *hrt, ktime_t expires, uint64_t range_ns,
118 hrtimer_cancel(struct hrtimer *hrt)
123 * Halt the callout and ascertain whether the hrtimer was
133 * corresponds with whether the hrtimer was active or
142 hrtimer_active(struct hrtimer *hrt)
156 hrtimer_forward(struct hrtimer *hrt, ktime_t now, ktime_t period)
185 hrtimer_forward_now(struct hrtimer *hrt, ktime_t period)