Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:detach_timer

Proto:static inline void detach_timer(struct timer_list *timer, bool clear_pending)

Type:void

Parameter:

TypeParameterName
struct timer_list *timer
boolclear_pending
811  entry = * All fields that change during normal runtime grouped to the * same cacheline
813  debug_deactivate(timer)
815  __hlist_del(entry)
816  If clear_pending Then pprev = NULL
818  next = LIST_POISON2
Caller
NameDescribe
detach_if_pending
expire_timers