1HRTIMER_TRY_TO_CANCE(9)          Driver Basics         HRTIMER_TRY_TO_CANCE(9)
2
3
4

NAME

6       hrtimer_try_to_cancel - try to deactivate a timer
7

SYNOPSIS

9       int hrtimer_try_to_cancel(struct hrtimer * timer);
10

ARGUMENTS

12       timer
13           hrtimer to stop
14

RETURNS

16       0 when the timer was not active 1 when the timer was active -1 when the
17       timer is currently excuting the callback function and cannot be stopped
18
20Kernel Hackers Manual 3.10         June 2019           HRTIMER_TRY_TO_CANCE(9)
Impressum