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

NAME

6       mod_timer_pending - modify a pending timer's timeout
7

SYNOPSIS

9       int mod_timer_pending(struct timer_list * timer,
10                             unsigned long expires);
11

ARGUMENTS

13       timer
14           the pending timer to be modified
15
16       expires
17           new timeout in jiffies
18

DESCRIPTION

20       mod_timer_pending is the same for pending timers as mod_timer, but will
21       not re-activate and modify already deleted timers.
22
23       It is useful for unserialized use of timers.
24
26Kernel Hackers Manual 3.10         June 2019              MOD_TIMER_PENDING(9)
Impressum