Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dhrtimer.h333 __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now) in __hrtimer_expires_remaining_adjusted() function
349 return __hrtimer_expires_remaining_adjusted(timer, in hrtimer_expires_remaining_adjusted()
/Linux-v5.4/kernel/time/
Dposix-timers.c618 return __hrtimer_expires_remaining_adjusted(timer, now); in common_hrtimer_remaining()