Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c648 while ((ht = hat->hat_ht_cached) != NULL && in htable_steal()
650 hat->hat_ht_cached = ht->ht_next; in htable_steal()
803 if (hat->hat_ht_cached != NULL && !is_bare) { in htable_alloc()
805 ht = hat->hat_ht_cached; in htable_alloc()
807 hat->hat_ht_cached = ht->ht_next; in htable_alloc()
995 ht->ht_next = hat->hat_ht_cached; in htable_free()
996 hat->hat_ht_cached = ht; in htable_free()
1050 ht = hat->hat_ht_cached; in htable_purge_hat()
1055 hat->hat_ht_cached = ht->ht_next; in htable_purge_hat()
1066 while ((ht = hat->hat_ht_cached) != NULL) { in htable_purge_hat()
[all …]
H A Dhat_i86.h104 htable_t *hat_ht_cached; /* cached free htables */ member
H A Dhat_i86.c546 hat->hat_ht_cached = NULL; in hat_alloc()
631 hat->hat_ht_cached = NULL; in hat_cpu_alloc()
1045 kas.a_hat->hat_ht_cached = NULL; in hat_init()