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

Data Fields

u64 epoch_ns
 
u32 epoch_cyc
 
u32 epoch_cyc_copy
 
u32 mult
 
u32 shift
 
bool suspended
 
bool needs_suspend
 

Detailed Description

Definition at line 19 of file sched_clock.c.

Field Documentation

u32 epoch_cyc

Definition at line 21 of file sched_clock.c.

u32 epoch_cyc_copy

Definition at line 22 of file sched_clock.c.

u64 epoch_ns

Definition at line 20 of file sched_clock.c.

u32 mult

Definition at line 23 of file sched_clock.c.

bool needs_suspend

Definition at line 26 of file sched_clock.c.

u32 shift

Definition at line 24 of file sched_clock.c.

bool suspended

Definition at line 25 of file sched_clock.c.


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