Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhrtimer.h132 static inline ktime_t hrtimer_get_softexpires(const struct hrtimer *timer) in hrtimer_get_softexpires() function
255 soft = hrtimer_get_softexpires(timer); in hrtimer_start_expires()
/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()
H A Dhrtimer.c1846 if (basenow < hrtimer_get_softexpires(timer)) in __hrtimer_run_queues()
/linux/include/trace/events/
H A Dtimer.h240 __entry->softexpires = hrtimer_get_softexpires(hrtimer);
/linux/net/sched/
H A Dsch_api.c645 softexpires = ktime_to_ns(hrtimer_get_softexpires(&wd->timer)); in qdisc_watchdog_schedule_range_ns()
/linux/block/
H A Dblk-iocost.c1574 oexpires = ktime_to_ns(hrtimer_get_softexpires(&iocg->waitq_timer)); in iocg_kick_waitq()