Lines Matching refs:ktime_t

168 	ktime_t expires;  in hrtimer_check_target()
284 s64 __ktime_divns(const ktime_t kt, s64 div) in __ktime_divns()
308 ktime_t ktime_add_safe(const ktime_t lhs, const ktime_t rhs) in ktime_add_safe()
310 ktime_t res = ktime_add(lhs, rhs); in ktime_add_safe()
469 static ktime_t __hrtimer_get_next_event(struct hrtimer_cpu_base *cpu_base) in __hrtimer_get_next_event()
472 ktime_t expires, expires_next = { .tv64 = KTIME_MAX }; in __hrtimer_get_next_event()
502 static inline ktime_t hrtimer_update_base(struct hrtimer_cpu_base *base) in hrtimer_update_base()
504 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
505 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
506 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
567 ktime_t expires_next; in hrtimer_force_reprogram()
610 ktime_t expires = ktime_sub(hrtimer_get_expires(timer), base->offset); in hrtimer_reprogram()
833 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward()
836 ktime_t delta; in hrtimer_forward()
957 static inline ktime_t hrtimer_update_lowres(struct hrtimer *timer, ktime_t tim, in hrtimer_update_lowres()
981 void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, in hrtimer_start_range_ns()
1086 ktime_t __hrtimer_get_remaining(const struct hrtimer *timer, bool adjust) in __hrtimer_get_remaining()
1089 ktime_t rem; in __hrtimer_get_remaining()
1210 struct hrtimer *timer, ktime_t *now) in __run_hrtimer()
1278 static void __hrtimer_run_queues(struct hrtimer_cpu_base *cpu_base, ktime_t now) in __hrtimer_run_queues()
1285 ktime_t basenow; in __hrtimer_run_queues()
1326 ktime_t expires_next, now, entry_time, delta; in hrtimer_interrupt()
1435 ktime_t now; in hrtimer_run_queues()
1505 ktime_t rem; in update_rmtp()
1727 schedule_hrtimeout_range_clock(ktime_t *expires, unsigned long delta, in schedule_hrtimeout_range_clock()
1795 int __sched schedule_hrtimeout_range(ktime_t *expires, unsigned long delta, in schedule_hrtimeout_range()
1825 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()