Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/include/linux/
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()
/linux-6.6.21/drivers/pps/generators/
Dpps_gen_parport.c76 expire_time = ktime_to_timespec64(hrtimer_get_softexpires(timer)); in hrtimer_event()
/linux-6.6.21/include/trace/events/
Dtimer.h220 __entry->softexpires = hrtimer_get_softexpires(hrtimer);
/linux-6.6.21/net/sched/
Dsch_api.c650 softexpires = ktime_to_ns(hrtimer_get_softexpires(&wd->timer)); in qdisc_watchdog_schedule_range_ns()
/linux-6.6.21/block/
Dblk-iocost.c1563 oexpires = ktime_to_ns(hrtimer_get_softexpires(&iocg->waitq_timer)); in iocg_kick_waitq()