Home
last modified time | relevance | path

Searched refs:sys_ticks_to_wait (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.c452 clock_t sys_ticks_to_wait; in cyclesleep() local
463 sys_ticks_to_wait = drv_usectohz(usecs_to_wait); in cyclesleep()
465 if (sys_ticks_to_wait > 0) { in cyclesleep()
467 delay(sys_ticks_to_wait); in cyclesleep()