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

Data Fields

spinlock_t lock
 
struct timer_listrunning_timer
 
unsigned long timer_jiffies
 
unsigned long next_timer
 
unsigned long active_timers
 
struct tvec_root tv1
 
struct tvec tv2
 
struct tvec tv3
 
struct tvec tv4
 
struct tvec tv5
 

Detailed Description

Definition at line 76 of file timer.c.

Field Documentation

unsigned long active_timers

Definition at line 81 of file timer.c.

spinlock_t lock

Definition at line 77 of file timer.c.

unsigned long next_timer

Definition at line 80 of file timer.c.

struct timer_list* running_timer

Definition at line 78 of file timer.c.

unsigned long timer_jiffies

Definition at line 79 of file timer.c.

Definition at line 82 of file timer.c.

struct tvec tv2

Definition at line 83 of file timer.c.

struct tvec tv3

Definition at line 84 of file timer.c.

struct tvec tv4

Definition at line 85 of file timer.c.

struct tvec tv5

Definition at line 86 of file timer.c.


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