Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhtable.c629 while ((ht = hat->hat_ht_cached) != NULL && in htable_steal()
631 hat->hat_ht_cached = ht->ht_next; in htable_steal()
783 if (hat->hat_ht_cached != NULL && !is_bare) { in htable_alloc()
785 ht = hat->hat_ht_cached; in htable_alloc()
787 hat->hat_ht_cached = ht->ht_next; in htable_alloc()
975 ht->ht_next = hat->hat_ht_cached; in htable_free()
976 hat->hat_ht_cached = ht; in htable_free()
1030 ht = hat->hat_ht_cached; in htable_purge_hat()
1035 hat->hat_ht_cached = ht->ht_next; in htable_purge_hat()
1046 while ((ht = hat->hat_ht_cached) != NULL) { in htable_purge_hat()
[all …]
H A Dhat_i86.h95 htable_t *hat_ht_cached; /* cached free htables */ member
H A Dhat_i86.c306 hat->hat_ht_cached = NULL; in hat_alloc()
758 kas.a_hat->hat_ht_cached = NULL; in hat_init()