Searched refs:hat_ht_cached (Results 1 – 3 of 3) sorted by relevance
629 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 …]
95 htable_t *hat_ht_cached; /* cached free htables */ member
306 hat->hat_ht_cached = NULL; in hat_alloc()758 kas.a_hat->hat_ht_cached = NULL; in hat_init()