__hrtimer_get_remaining(9) get remaining time for the timer

SYNOPSIS

ktime_t __hrtimer_get_remaining(const struct hrtimer * timer, bool adjust);

ARGUMENTS

timer

the timer to read

adjust

adjust relative timers when CONFIG_TIME_LOW_RES=y

COPYRIGHT