Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
/openbmc/linux/kernel/time/
H A Dposix-timers.c615 return __hrtimer_expires_remaining_adjusted(timer, now); in common_hrtimer_remaining()