Function report |
Source Code:kernel\time\timer.c |
Create Date:2022-07-28 10:39:40 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_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
Proto:void init_timer_key(struct timer_list *timer, void (*func)(struct timer_list *), unsigned int flags, const char *name, struct lock_class_key *key)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct timer_list * | timer | |
| void (* | func | |
| unsigned int | flags | |
| const char * | name | |
| struct lock_class_key * | key |
| 804 | debug_init(timer) |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |