Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs | Functions | Variables
timex.h File Reference
#include <asm/lowcore.h>

Go to the source code of this file.

Macros

#define TOD_UNIX_EPOCH   0x7d91048bca000000ULL
 
#define CLOCK_TICK_RATE   1193180 /* Underlying HZ */
 

Typedefs

typedef unsigned long long cycles_t
 

Functions

void clock_comparator_work (void)
 
int get_sync_clock (unsigned long long *clock)
 
void init_cpu_timer (void)
 
unsigned long long monotonic_clock (void)
 
void tod_to_timeval (__u64, struct timespec *)
 

Variables

u64 sched_clock_base_cc
 

Macro Definition Documentation

#define CLOCK_TICK_RATE   1193180 /* Underlying HZ */

Definition at line 70 of file timex.h.

#define TOD_UNIX_EPOCH   0x7d91048bca000000ULL

Definition at line 15 of file timex.h.

Typedef Documentation

typedef unsigned long long cycles_t

Definition at line 72 of file timex.h.

Function Documentation

void clock_comparator_work ( void  )

Definition at line 90 of file time.c.

int get_sync_clock ( unsigned long long clock)

Definition at line 335 of file time.c.

void init_cpu_timer ( void  )

Definition at line 136 of file time.c.

unsigned long long monotonic_clock ( void  )

Definition at line 72 of file time.c.

void tod_to_timeval ( __u64  ,
struct timespec  
)

Definition at line 78 of file time.c.

Variable Documentation

u64 sched_clock_base_cc

Definition at line 56 of file time.c.