Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:debug_init

Proto:static inline void debug_init(struct hrtimer *timer, clockid_t clockid, enum hrtimer_mode mode)

Type:void

Parameter:

TypeParameterName
struct hrtimer *timer
clockid_tclockid
enum hrtimer_modemode
469  debug_hrtimer_init(timer)
470  hrtimer_init - called when the hrtimer is initialized*@hrtimer: pointer to struct hrtimer*@clockid: the hrtimers clock*@mode: the hrtimers mode
Caller
NameDescribe
hrtimer_inithrtimer_init - initialize a timer to the given clock*@timer: the timer to be initialized*@clock_id: the clock to be used*@mode: The modes which are relevant for intitialization:* HRTIMER_MODE_ABS, HRTIMER_MODE_REL, HRTIMER_MODE_ABS_SOFT,*
hrtimer_init_sleeperhrtimer_init_sleeper - initialize sleeper to the given clock*@sl: sleeper to be initialized*@clock_id: the clock to be used*@mode: timer mode abs/rel
init_timer_key_timer_key - initialize a timer*@timer: the timer to be initialized*@func: timer callback function*@flags: timer flags*@name: name of the timer*@key: lockdep class key of the fake lock used for tracking timer* sync lock dependencies* init_timer_key() must