Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__internal_add_timer

Proto:static void __internal_add_timer(struct timer_base *base, struct timer_list *timer)

Type:void

Parameter:

TypeParameterName
struct timer_base *base
struct timer_list *timer
552  idx = calc_wheel_index(expires, clk)
553  Enqueue the timer into the hash bucket, mark it pending in* the bitmap and store the index in the timer flags.
Caller
NameDescribe
internal_add_timer