Searched defs:bln_wait (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dballoon.c661 uint_t bln_wait; local
665 bln_wait = bln_wait_sec;
679 (bln_wait * hz), TR_CLOCK_TICK);
701 if (bln_wait == 0) {
702 bln_wait = 1;
704 bln_wait <<= bln_wait_shift;
708 bln_wait = bln_wait_sec;

Completed in 59 milliseconds