1USLEEP_RANGE(9)                  Driver Basics                 USLEEP_RANGE(9)
2
3
4

NAME

6       usleep_range - Drop in replacement for udelay where wakeup is flexible
7

SYNOPSIS

9       void __sched usleep_range(unsigned long min, unsigned long max);
10

ARGUMENTS

12       min
13           Minimum time in usecs to sleep
14
15       max
16           Maximum time in usecs to sleep
17
19Kernel Hackers Manual 3.10         June 2019                   USLEEP_RANGE(9)
Impressum