Lines Matching refs:critical
10701 sfmmu_get_free_hblk(struct hme_blk **hmeblkpp, uint_t critical) in sfmmu_get_free_hblk() argument
10714 if (freehblkcnt <= HBLK_RESERVE_MIN && !critical) { in sfmmu_get_free_hblk()
10753 sfmmu_put_free_hblk(struct hme_blk *hmeblkp, uint_t critical) in sfmmu_put_free_hblk() argument
10772 if (freehblkcnt < HBLK_RESERVE_CNT || critical) { in sfmmu_put_free_hblk()
10774 if (freehblkcnt < HBLK_RESERVE_CNT || critical) { in sfmmu_put_free_hblk()
10790 ASSERT(!critical); in sfmmu_put_free_hblk()
11437 uint_t critical; in sfmmu_hblk_free() local
11455 critical = (hblktosfmmu(hmeblkp) == KHATID) ? 1 : 0; in sfmmu_hblk_free()
11464 !sfmmu_put_free_hblk(hmeblkp, critical)) in sfmmu_hblk_free()
11493 uint_t loop_cnt = 0, critical; in sfmmu_hblk_steal() local
11505 critical = in sfmmu_hblk_steal()
11507 if (sfmmu_get_free_hblk(&hmeblkp, critical)) in sfmmu_hblk_steal()