Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
timex.h File Reference

Go to the source code of this file.

Macros

#define CLOCK_TICK_RATE   1193180 /* Underlying HZ */
 
#define CLOCK_TICK_FACTOR   20 /* Factor of both 1000000 and CLOCK_TICK_RATE */
 
#define vxtime_lock()   do {} while (0)
 
#define vxtime_unlock()   do {} while (0)
 

Typedefs

typedef unsigned long cycles_t
 

Macro Definition Documentation

#define CLOCK_TICK_FACTOR   20 /* Factor of both 1000000 and CLOCK_TICK_RATE */

Definition at line 7 of file timex.h.

#define CLOCK_TICK_RATE   1193180 /* Underlying HZ */

Definition at line 6 of file timex.h.

#define vxtime_lock ( )    do {} while (0)

Definition at line 16 of file timex.h.

#define vxtime_unlock ( )    do {} while (0)

Definition at line 17 of file timex.h.

Typedef Documentation

typedef unsigned long cycles_t

Definition at line 9 of file timex.h.