Unreliable Guide To Hacking The Linux Kernel | ||
---|---|---|
<<< Previous | Common Routines | Next >>> |
The udelay() function can be used for small pauses. Do not use large values with udelay() as you risk overflow - the helper function mdelay() is useful here, or even consider schedule_timeout().
<<< Previous | Home | Next >>> |
current include/asm/current.h | Up | cpu_to_be32()/be32_to_cpu()/cpu_to_le32()/le32_to_cpu() include/asm/byteorder.h |