Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhtable.c644 while ((ht = hat->hat_ht_cached) != NULL && in htable_steal()
646 hat->hat_ht_cached = ht->ht_next; in htable_steal()
798 if (hat->hat_ht_cached != NULL && !is_bare) { in htable_alloc()
800 ht = hat->hat_ht_cached; in htable_alloc()
802 hat->hat_ht_cached = ht->ht_next; in htable_alloc()
990 ht->ht_next = hat->hat_ht_cached; in htable_free()
991 hat->hat_ht_cached = ht; in htable_free()
1045 ht = hat->hat_ht_cached; in htable_purge_hat()
1050 hat->hat_ht_cached = ht->ht_next; in htable_purge_hat()
1061 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()