Searched refs:can_steal_post_boot (Results 1 – 4 of 4) sorted by relevance
200 extern uint_t can_steal_post_boot;
193 int km_flag = can_steal_post_boot ? KM_NOSLEEP : KM_SLEEP; in hment_alloc()225 if (hm == NULL && can_steal_post_boot) in hment_alloc()
722 if (!can_steal_post_boot) in htable_reap()770 int kmflags = (can_steal_post_boot ? KM_NOSLEEP : KM_SLEEP); in htable_alloc()841 while (ht == NULL && can_steal_post_boot) { in htable_alloc()
136 uint_t can_steal_post_boot = 0; /* set late in boot to enable stealing */ variable260 if (can_steal_post_boot == 0) in hat_alloc()261 can_steal_post_boot = 1; in hat_alloc()