1HRTIMER_FORWARD(9) Driver Basics HRTIMER_FORWARD(9)
23
4
NAME
6hrtimer_forward - forward the timer expiry
7
SYNOPSIS
9u64 hrtimer_forward(struct hrtimer * timer, ktime_t now,
10ktime_t interval);
11
ARGUMENTS
13timer
14hrtimer to forward
1516
now
17forward past this time
1819
interval
20the interval to forward
21
DESCRIPTION
23Forward the timer expiry so it will expire in the future. Returns the
24number of overruns.
25
COPYRIGHT
27Kernel Hackers Manual 2.6. June 2019 HRTIMER_FORWARD(9)