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

#include <hrtimer.h>

Data Fields

struct hrtimer_cpu_basecpu_base
 
int index
 
clockid_t clockid
 
struct timerqueue_head active
 
ktime_t resolution
 
ktime_t(* get_time )(void)
 
ktime_t softirq_time
 
ktime_t offset
 

Detailed Description

struct hrtimer_clock_base - the timer base for a specific clock : per cpu clock base : clock type index for per_cpu support when moving a timer to a base on another cpu. : clock id for per_cpu support : red black tree root node for the active timers : the resolution of the clock, in nanoseconds : function to retrieve the current time of the clock : the time when running the hrtimer queue in the softirq : offset of this clock to the monotonic base

Definition at line 145 of file hrtimer.h.

Field Documentation

Definition at line 149 of file hrtimer.h.

clockid_t clockid

Definition at line 148 of file hrtimer.h.

Definition at line 146 of file hrtimer.h.

ktime_t(* get_time)(void)

Definition at line 151 of file hrtimer.h.

int index

Definition at line 147 of file hrtimer.h.

Definition at line 153 of file hrtimer.h.

ktime_t resolution

Definition at line 150 of file hrtimer.h.

ktime_t softirq_time

Definition at line 152 of file hrtimer.h.


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