Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhrtimer.h331 __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now) in __hrtimer_expires_remaining_adjusted() function
347 return __hrtimer_expires_remaining_adjusted(timer, in hrtimer_expires_remaining_adjusted()
/Linux-v4.19/kernel/time/
Dposix-timers.c642 return __hrtimer_expires_remaining_adjusted(timer, now); in common_hrtimer_remaining()