Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\timer.c Create Date:2022-07-28 10:39:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mod_timer_pending - modify a pending timer's timeout*@timer: the pending timer to be modified*@expires: new timeout in jiffies* mod_timer_pending() is the same for pending timers as mod_timer(),* but will not re-activate and modify already deleted timers.

Proto:int mod_timer_pending(struct timer_list *timer, unsigned long expires)

Type:int

Parameter:

TypeParameterName
struct timer_list *timer
unsigned longexpires
1074  Return __mod_timer(timer, expires, MOD_TIMER_PENDING_ONLY)