Linux Kernel
3.7.1
|
#include <alarmtimer.h>
Data Fields | |
struct timerqueue_node | node |
struct hrtimer | timer |
enum alarmtimer_restart(* | function )(struct alarm *, ktime_t now) |
enum alarmtimer_type | type |
int | state |
void * | data |
struct alarm - Alarm timer structure : timerqueue node for adding to the event list this value also includes the expiration time. : Period for recuring alarms : Function pointer to be executed when the timer fires. : Alarm type (BOOTTIME/REALTIME) : Flag that represents if the alarm is set to fire or not : Internal data value.
Definition at line 35 of file alarmtimer.h.
Definition at line 41 of file alarmtimer.h.
enum alarmtimer_restart(* function)(struct alarm *, ktime_t now) |
Definition at line 38 of file alarmtimer.h.
Definition at line 36 of file alarmtimer.h.
Definition at line 40 of file alarmtimer.h.
Definition at line 37 of file alarmtimer.h.
enum alarmtimer_type type |
Definition at line 39 of file alarmtimer.h.