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

Go to the source code of this file.

Data Structures

struct  sys_timer
 

Typedefs

typedef void(* clock_access_fn )(struct timespec *)
 

Functions

void timer_tick (void)
 
int register_persistent_clock (clock_access_fn read_boot, clock_access_fn read_persistent)
 

Variables

struct sys_timer __attribute__
 

Typedef Documentation

typedef void(* clock_access_fn)(struct timespec *)

Definition at line 46 of file time.h.

Function Documentation

int register_persistent_clock ( clock_access_fn  read_boot,
clock_access_fn  read_persistent 
)

Definition at line 115 of file time.c.

void timer_tick ( void  )

Definition at line 86 of file time.c.

Variable Documentation