Scroll to navigation

USLEEP_RANGE(9) Driver Basics USLEEP_RANGE(9)

NAME

usleep_range - Drop in replacement for udelay where wakeup is flexible

SYNOPSIS

void usleep_range(unsigned long min, unsigned long max);

ARGUMENTS

min
Minimum time in usecs to sleep
max
Maximum time in usecs to sleep

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16