USLEEP_RANGE(9) | Driver Basics | USLEEP_RANGE(9) |
NAME¶
usleep_range - Drop in replacement for udelay where wakeup is flexible
SYNOPSIS¶
void __sched usleep_range(unsigned long min, unsigned long max);
ARGUMENTS¶
min
Minimum time in usecs to sleep
max
Maximum time in usecs to sleep
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |