Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\timerqueue.h Create Date:2022-07-28 05:38:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:timerqueue_init

Proto:static inline void timerqueue_init(struct timerqueue_node *node)

Type:void

Parameter:

TypeParameterName
struct timerqueue_node *node
43  RB_CLEAR_NODE( & node)
Caller
NameDescribe
__hrtimer_init
__alarm_init
posix_cpu_timer_createValidate the clockid_t for a new CPU-clock timer, and initialize the timer.* This is called from sys_timer_create() and do_cpu_nanosleep() with the* new timer already all-zeros initialized.