Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhrtimer.h252 static inline ktime_t hrtimer_get_softexpires(const struct hrtimer *timer) in hrtimer_get_softexpires() function
404 soft = hrtimer_get_softexpires(timer); in hrtimer_start_expires()
/linux-4.4.14/kernel/time/
Dtimer_list.c82 (unsigned long long)ktime_to_ns(hrtimer_get_softexpires(timer)), in print_timer()
84 (long long)(ktime_to_ns(hrtimer_get_softexpires(timer)) - now), in print_timer()
/linux-4.4.14/drivers/pps/generators/
Dpps_gen_parport.c92 expire_time = ktime_to_timespec(hrtimer_get_softexpires(timer)); in hrtimer_event()
/linux-4.4.14/include/trace/events/
Dtimer.h181 __entry->softexpires = hrtimer_get_softexpires(hrtimer).tv64;