1HRTIMER_CANCEL(9) Driver Basics HRTIMER_CANCEL(9)
23
4
NAME
6hrtimer_cancel - cancel a timer and wait for the handler to finish.
7
SYNOPSIS
9int hrtimer_cancel(struct hrtimer * timer);
10
ARGUMENTS
12timer
13the timer to be cancelled
14
RETURNS
160 when the timer was not active 1 when the timer was active
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 HRTIMER_CANCEL(9)