table of contents
other versions
- wheezy 3.2.78-1
| HRTIMER_FORWARD(9) | Driver Basics | HRTIMER_FORWARD(9) |
NAME¶
hrtimer_forward - forward the timer expirySYNOPSIS¶
u64
hrtimer_forward(struct hrtimer * timer,
ktime_t now,
ktime_t interval);
ARGUMENTS¶
timerhrtimer to forward
now
forward past this time
interval
the interval to forward
DESCRIPTION¶
Forward the timer expiry so it will expire in the future. Returns the number of overruns.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |