Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c189 int km_flag = can_steal_post_boot ? KM_NOSLEEP : KM_SLEEP; in hment_alloc()
221 if (hm == NULL && can_steal_post_boot) in hment_alloc()
H A Dhat_i86.h219 extern uint_t can_steal_post_boot;
H A Dhtable.c741 if (!can_steal_post_boot) in htable_reap()
789 int kmflags = (can_steal_post_boot ? KM_NOSLEEP : KM_SLEEP); in htable_alloc()
861 while (ht == NULL && can_steal_post_boot) { in htable_alloc()
H A Dhat_i86.c326 uint_t can_steal_post_boot = 0; /* set late in boot to enable stealing */ variable
471 if (can_steal_post_boot == 0) in hat_alloc()
472 can_steal_post_boot = 1; in hat_alloc()