Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
time.c File Reference
#include <linux/delay.h>
#include <linux/kernel_stat.h>
#include <linux/posix-timers.h>
#include <linux/irq.h>
#include <linux/clocksource.h>
#include <asm/timex.h>
#include <asm/xen/hypervisor.h>
#include <xen/interface/vcpu.h>
#include "../kernel/fsyscall_gtod_data.h"

Go to the source code of this file.

Macros

#define NS_PER_TICK   (1000000000LL/HZ)
 

Functions

void xen_timer_resume (void)
 
void xen_timer_resume_on_aps (void)
 

Variables

struct pv_time_ops xen_time_ops __initdata
 

Macro Definition Documentation

#define NS_PER_TICK   (1000000000LL/HZ)

Definition at line 86 of file time.c.

Function Documentation

void xen_timer_resume ( void  )

Definition at line 237 of file time.c.

void xen_timer_resume_on_aps ( void  )

Definition at line 254 of file time.c.

Variable Documentation

struct pv_time_ops xen_time_ops __initdata
Initial value:
= {
.init_missing_ticks_accounting = xen_init_missing_ticks_accounting,
.do_steal_accounting = xen_do_steal_accounting,
.clocksource_resume = xen_itc_jitter_data_reset,
.sched_clock = xen_sched_clock,
}

Definition at line 221 of file time.c.