#include <linux/kernel.h>
#include <asm/delay.h>
Go to the source code of this file.
Value:(\
({
unsigned long __ms=(
n);
while (__ms--)
udelay(1000);}))
Definition at line 31 of file delay.h.
#define ndelay |
( |
|
x | ) |
ndelay(x) |
msleep - sleep safely even with waitqueue interruptions : Time in milliseconds to sleep for
Definition at line 1800 of file timer.c.
unsigned long msleep_interruptible |
( |
unsigned int |
msecs | ) |
|
msleep_interruptible - sleep waiting for signals : Time in milliseconds to sleep for
Definition at line 1814 of file timer.c.
usleep_range - Drop in replacement for udelay where wakeup is flexible : Minimum time in usecs to sleep : Maximum time in usecs to sleep
Definition at line 1840 of file timer.c.
unsigned long loops_per_jiffy |