1HRTIMER_TRY_TO_CANCE(9) Driver Basics HRTIMER_TRY_TO_CANCE(9)
23
4
NAME
6hrtimer_try_to_cancel - try to deactivate a timer
7
SYNOPSIS
9int hrtimer_try_to_cancel(struct hrtimer * timer);
10
ARGUMENTS
12timer
13hrtimer to stop
14
RETURNS
160 when the timer was not active 1 when the timer was active -1 when the
17timer is currently excuting the callback function and cannot be stopped
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 HRTIMER_TRY_TO_CANCE(9)