Home
last modified time | relevance | path

Searched refs:hrtimer_get_softexpires (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/kernel/time/
H A Dtimer_list.c53 (unsigned long long)ktime_to_ns(hrtimer_get_softexpires(timer)), in print_timer()
55 (long long)(ktime_to_ns(hrtimer_get_softexpires(timer)) - now), in print_timer()
/openbmc/linux/include/linux/
H A Dhrtimer.h283 static inline ktime_t hrtimer_get_softexpires(const struct hrtimer *timer) in hrtimer_get_softexpires() function
431 soft = hrtimer_get_softexpires(timer); in hrtimer_start_expires()
/openbmc/linux/drivers/pps/generators/
H A Dpps_gen_parport.c76 expire_time = ktime_to_timespec64(hrtimer_get_softexpires(timer)); in hrtimer_event()
/openbmc/linux/include/trace/events/
H A Dtimer.h220 __entry->softexpires = hrtimer_get_softexpires(hrtimer);
/openbmc/linux/net/sched/
H A Dsch_api.c649 softexpires = ktime_to_ns(hrtimer_get_softexpires(&wd->timer)); in qdisc_watchdog_schedule_range_ns()
/openbmc/linux/block/
H A Dblk-iocost.c1574 oexpires = ktime_to_ns(hrtimer_get_softexpires(&iocg->waitq_timer)); in iocg_kick_waitq()