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/intrinsics.h>
#include <asm/processor.h>

Go to the source code of this file.

Macros

#define CLOCK_TICK_RATE   (HZ * 100000UL)
 

Typedefs

typedef unsigned long cycles_t
 

Functions

void ia64_cpu_local_tick (void)
 
unsigned long long ia64_native_sched_clock (void)
 

Variables

void(* ia64_udelay )(unsigned long usecs)
 

Macro Definition Documentation

#define CLOCK_TICK_RATE   (HZ * 100000UL)

Definition at line 31 of file timex.h.

Typedef Documentation

typedef unsigned long cycles_t

Definition at line 16 of file timex.h.

Function Documentation

void ia64_cpu_local_tick ( void  )

Definition at line 227 of file time.c.

unsigned long long ia64_native_sched_clock ( void  )

Variable Documentation

void(* ia64_udelay)(unsigned long usecs)

Definition at line 443 of file time.c.