Searched refs:hat_ht_cached (Results 1 – 3 of 3) sorted by relevance
644 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 …]
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()