Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
alarm Struct Reference

#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
 
voiddata
 

Detailed Description

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.

Field Documentation

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.

Definition at line 39 of file alarmtimer.h.


The documentation for this struct was generated from the following file: