Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mer_start - called when the timer is started*@timer: pointer to struct timer_list*@expires: the timers expiry time

Proto:static inline void trace_timer_start(struct timer_list *timer, unsigned long expires, unsigned int flags)

Type:void

Parameter:

TypeParameterName
struct timer_list *timer
unsigned longexpires
unsigned intflags

NULL

Caller
NameDescribe
enqueue_timerEnqueue the timer into the hash bucket, mark it pending in* the bitmap and store the index in the timer flags.