1USLEEP_RANGE(9) Driver Basics USLEEP_RANGE(9)
23
4
NAME
6usleep_range - Drop in replacement for udelay where wakeup is flexible
7
SYNOPSIS
9void __sched usleep_range(unsigned long min, unsigned long max);
10
ARGUMENTS
12min
13Minimum time in usecs to sleep
1415
max
16Maximum time in usecs to sleep
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 USLEEP_RANGE(9)