Searched refs:usecs_to_wait (Results 1 – 1 of 1) sorted by relevance
453 clock_t usecs_to_wait; in cyclesleep() local462 usecs_to_wait = sticks_to_wait / n2rng->n_sticks_per_usec; in cyclesleep()463 sys_ticks_to_wait = drv_usectohz(usecs_to_wait); in cyclesleep()468 } else if (usecs_to_wait > 0) { in cyclesleep()470 drv_usecwait(usecs_to_wait); in cyclesleep()