Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/timex.h>
#include <linux/preempt.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <asm/processor.h>
#include <asm/delay.h>
#include <asm/timer.h>
Go to the source code of this file.
Functions | |
void | use_tsc_delay (void) |
int __devinit | read_current_timer (unsigned long *timer_val) |
void | __delay (unsigned long loops) |
EXPORT_SYMBOL (__delay) | |
void | __const_udelay (unsigned long xloops) |
EXPORT_SYMBOL (__const_udelay) | |
void | __udelay (unsigned long usecs) |
EXPORT_SYMBOL (__udelay) | |
void | __ndelay (unsigned long nsecs) |
EXPORT_SYMBOL (__ndelay) | |
EXPORT_SYMBOL | ( | __delay | ) |
EXPORT_SYMBOL | ( | __const_udelay | ) |
EXPORT_SYMBOL | ( | __udelay | ) |
EXPORT_SYMBOL | ( | __ndelay | ) |