1TRY_TO_DEL_TIMER_SYN(9) Driver Basics TRY_TO_DEL_TIMER_SYN(9)
23
4
NAME
6try_to_del_timer_sync - Try to deactivate a timer
7
SYNOPSIS
9int try_to_del_timer_sync(struct timer_list * timer);
10
ARGUMENTS
12timer
13timer do del
14
DESCRIPTION
16This function tries to deactivate a timer. Upon successful (ret >= 0)
17exit the timer is not queued and the handler is not running on any CPU.
1819
It must not be called from interrupt contexts.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 TRY_TO_DEL_TIMER_SYN(9)