Function report |
Source Code:kernel\time\alarmtimer.c |
Create Date:2022-07-28 10:45:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alarm_init - Initialize an alarm structure*@alarm: ptr to alarm to be initialized*@type: the type of the alarm*@function: callback that is run when the alarm fires
Proto:void alarm_init(struct alarm *alarm, enum alarmtimer_type type, ktime_tenum alarmtimer_restart (*function)(struct alarm *, ))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct alarm * | alarm | |
enum alarmtimer_type | type | |
enum alarmtimer_restart (* | function |
356 | __alarm_init(alarm, type, function) |
Name | Describe |
---|---|
SYSCALL_DEFINE2 |
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 |