Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dhrtimer.h281 static inline ktime_t hrtimer_get_softexpires(const struct hrtimer *timer) in hrtimer_get_softexpires() function
429 soft = hrtimer_get_softexpires(timer); in hrtimer_start_expires()
/linux-6.1.9/kernel/time/
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()
/linux-6.1.9/drivers/pps/generators/
Dpps_gen_parport.c76 expire_time = ktime_to_timespec64(hrtimer_get_softexpires(timer)); in hrtimer_event()
/linux-6.1.9/include/trace/events/
Dtimer.h216 __entry->softexpires = hrtimer_get_softexpires(hrtimer);
/linux-6.1.9/block/
Dblk-iocost.c1531 oexpires = ktime_to_ns(hrtimer_get_softexpires(&iocg->waitq_timer)); in iocg_kick_waitq()