Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dhrtimer.h332 __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now) in __hrtimer_expires_remaining_adjusted() function
348 return __hrtimer_expires_remaining_adjusted(timer, in hrtimer_expires_remaining_adjusted()
/linux-6.6.21/kernel/time/
Dposix-timers.c615 return __hrtimer_expires_remaining_adjusted(timer, now); in common_hrtimer_remaining()