Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/pm.h>
#include <linux/percpu.h>
#include <linux/interrupt.h>
Go to the source code of this file.
Macros | |
#define | TICK_SIZE (tick_nsec / 1000) |
#define | CYC2NS_SCALE_FACTOR 10 /* 2^10, carefully chosen */ |
Functions | |
unsigned long long | native_sched_clock (void) |
int | recalibrate_cpu_khz (void) |
DECLARE_PER_CPU (unsigned long, cyc2ns) | |
DECLARE_PER_CPU (unsigned long long, cyc2ns_offset) | |
Variables | |
int | no_timer_check |
DECLARE_PER_CPU | ( | unsigned | long, |
cyc2ns | |||
) |
DECLARE_PER_CPU | ( | unsigned long | long, |
cyc2ns_offset | |||
) |
int no_timer_check |