Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86xpv/os/
H A Dballoon.c659 uint_t bln_wait; in balloon_worker_thread() local
663 bln_wait = bln_wait_sec; in balloon_worker_thread()
677 (bln_wait * hz), TR_CLOCK_TICK); in balloon_worker_thread()
699 if (bln_wait == 0) { in balloon_worker_thread()
700 bln_wait = 1; in balloon_worker_thread()
702 bln_wait <<= bln_wait_shift; in balloon_worker_thread()
706 bln_wait = bln_wait_sec; in balloon_worker_thread()