Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.c451 int64_t sticks_to_wait; in cyclesleep() local
457 sticks_to_wait = end_stick - gettick(); in cyclesleep()
458 if (sticks_to_wait <= 0) { in cyclesleep()
462 usecs_to_wait = sticks_to_wait / n2rng->n_sticks_per_usec; in cyclesleep()