函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\timer.c Create Date:2022-07-27 11:39:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:_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

函数原型:void init_timer_key(struct timer_list *timer, void (*func)(struct timer_list *), unsigned int flags, const char *name, struct lock_class_key *key)

返回类型:void

参数:

类型参数名称
struct timer_list *timer
void (*func
unsigned intflags
const char *name
struct lock_class_key *key
804  debug_init(timer)
805  do_init_timer(timer, func, flags, name, key)