Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_i86.h200 extern uint_t can_steal_post_boot;
H A Dhment.c193 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()
H A Dhtable.c722 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()
H A Dhat_i86.c136 uint_t can_steal_post_boot = 0; /* set late in boot to enable stealing */ variable
260 if (can_steal_post_boot == 0) in hat_alloc()
261 can_steal_post_boot = 1; in hat_alloc()