Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c158 #define HBLK_RESERVE_CNT 128 macro
10587 if (freehblkcnt < HBLK_RESERVE_CNT || critical) { in sfmmu_put_free_hblk()
10589 if (freehblkcnt < HBLK_RESERVE_CNT || critical) { in sfmmu_put_free_hblk()
10606 while (freehblkcnt > HBLK_RESERVE_CNT) { in sfmmu_put_free_hblk()
10608 if (freehblkcnt > HBLK_RESERVE_CNT) { in sfmmu_put_free_hblk()
15406 if (!dontfree && (freehblkcnt < HBLK_RESERVE_CNT || in sfmmu_hblks_list_purge()