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

#include <timer.h>

Data Fields

struct list_head entry
 
unsigned long expires
 
struct tvec_basebase
 
void(* function )(unsigned long)
 
unsigned long data
 
int slack
 

Detailed Description

Definition at line 12 of file timer.h.

Field Documentation

Definition at line 19 of file timer.h.

unsigned long data

Definition at line 22 of file timer.h.

Definition at line 17 of file timer.h.

unsigned long expires

Definition at line 18 of file timer.h.

void(* function)(unsigned long)

Definition at line 21 of file timer.h.

int slack

Definition at line 24 of file timer.h.


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