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