|
Linux Kernel
3.7.1
|
#include <linux/errno.h>#include <linux/module.h>#include <linux/param.h>#include <linux/jiffies.h>#include <linux/bcd.h>#include <linux/timex.h>#include <linux/init.h>#include <linux/profile.h>#include <linux/sched.h>Go to the source code of this file.
Macros | |
| #define | D(x) |
| #define | TICK_SIZE tick |
Functions | |
| int | set_rtc_mmss (unsigned long nowtime) |
| unsigned long | get_cmos_time (void) |
| int | update_persistent_clock (struct timespec now) |
| void | read_persistent_clock (struct timespec *ts) |
| void | cris_profile_sample (struct pt_regs *regs) |
| void | cris_do_profile (struct pt_regs *regs) |
| unsigned long long | sched_clock (void) |
| __initcall (init_udelay) | |
Variables | |
| unsigned long | loops_per_jiffy |
| unsigned long | loops_per_usec |
| __initcall | ( | init_udelay | ) |
| unsigned long loops_per_jiffy |
Definition at line 94 of file processor.h.
1.8.2