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

Go to the source code of this file.

Data Structures

struct  vtimer_list
 

Macros

#define VTIMER_MAX_SLICE   (0x7fffffffffffffffULL)
 

Functions

void init_virt_timer (struct vtimer_list *timer)
 
void add_virt_timer (struct vtimer_list *timer)
 
void add_virt_timer_periodic (struct vtimer_list *timer)
 
int mod_virt_timer (struct vtimer_list *timer, u64 expires)
 
int mod_virt_timer_periodic (struct vtimer_list *timer, u64 expires)
 
int del_virt_timer (struct vtimer_list *timer)
 
void init_cpu_vtimer (void)
 
void vtime_init (void)
 
void vtime_stop_cpu (void)
 

Macro Definition Documentation

#define VTIMER_MAX_SLICE   (0x7fffffffffffffffULL)

Definition at line 11 of file vtimer.h.

Function Documentation

void add_virt_timer ( struct vtimer_list timer)

Definition at line 294 of file vtime.c.

void add_virt_timer_periodic ( struct vtimer_list timer)

Definition at line 303 of file vtime.c.

int del_virt_timer ( struct vtimer_list timer)

Definition at line 352 of file vtime.c.

void init_cpu_vtimer ( void  )

Definition at line 368 of file vtime.c.

void init_virt_timer ( struct vtimer_list timer)

Definition at line 250 of file vtime.c.

int mod_virt_timer ( struct vtimer_list timer,
u64  expires 
)

Definition at line 332 of file vtime.c.

int mod_virt_timer_periodic ( struct vtimer_list timer,
u64  expires 
)

Definition at line 341 of file vtime.c.

void vtime_init ( void  )

Definition at line 390 of file vtime.c.

void vtime_stop_cpu ( void  )

Definition at line 143 of file vtime.c.