Home
last modified time | relevance | path

Searched refs:__hrtimer_expires_remaining_adjusted (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dhrtimer.h330 __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now) in __hrtimer_expires_remaining_adjusted() function
346 return __hrtimer_expires_remaining_adjusted(timer, in hrtimer_expires_remaining_adjusted()
/linux-6.1.9/kernel/time/
Dposix-timers.c644 return __hrtimer_expires_remaining_adjusted(timer, now); in common_hrtimer_remaining()