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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c162 static int freehblkcnt; variable
10531 * let it succeed even if freehblkcnt is really low.
10533 if (freehblkcnt <= HBLK_RESERVE_MIN && !critical) {
10538 freehblkcnt--;
10582 * let it succede even if freehblkcnt is max
10591 if (freehblkcnt < HBLK_RESERVE_CNT || critical) {
10593 if (freehblkcnt < HBLK_RESERVE_CNT || critical) {
10595 freehblkcnt++;
10605 * Bring down freehblkcnt to HBLK_RESERVE_CNT. We are here
10606 * only if freehblkcnt i
[all...]

Completed in 95 milliseconds