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

NAME

6       try_to_del_timer_sync - Try to deactivate a timer
7

SYNOPSIS

9       int try_to_del_timer_sync(struct timer_list * timer);
10

ARGUMENTS

12       timer
13           timer do del
14

DESCRIPTION

16       This function tries to deactivate a timer. Upon successful (ret >= 0)
17       exit the timer is not queued and the handler is not running on any CPU.
18
20Kernel Hackers Manual 3.10         June 2019           TRY_TO_DEL_TIMER_SYN(9)
Impressum