Searched refs:hat_ht_hash (Results 1 – 4 of 4) sorted by relevance
576 for (ht = hat->hat_ht_hash[h]; ht; in htable_steal()647 ASSERT(hat->hat_ht_hash[h] == in htable_steal()649 hat->hat_ht_hash[h] = in htable_steal()1016 while ((ht = hat->hat_ht_hash[h]) != NULL) { in htable_purge_hat()1023 ASSERT(hat->hat_ht_hash[h] == ht); in htable_purge_hat()1024 hat->hat_ht_hash[h] = ht->ht_next; in htable_purge_hat()1204 ASSERT(hat->hat_ht_hash[hashval] == ht); in htable_release()1205 hat->hat_ht_hash[hashval] = ht->ht_next; in htable_release()1254 for (ht = hat->hat_ht_hash[hashval]; ht; ht = ht->ht_next) { in htable_lookup()1286 for (h = hat->hat_ht_hash[hashval]; in htable_acquire()[all …]
91 htable_t **hat_ht_hash; /* htable hash buckets */ member
231 hat->hat_ht_hash = NULL; in hati_constructor()291 hat->hat_ht_hash = kmem_cache_alloc(vlp_hash_cache, KM_SLEEP); in hat_alloc()294 hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_SLEEP); in hat_alloc()296 bzero(hat->hat_ht_hash, hat->hat_num_hash * sizeof (htable_t *)); in hat_alloc()459 kmem_cache_free(cache, hat->hat_ht_hash); in hat_free_end()460 hat->hat_ht_hash = NULL; in hat_free_end()749 kas.a_hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_NOSLEEP); in hat_init()750 bzero(kas.a_hat->hat_ht_hash, mmu.hash_cnt * sizeof (htable_t *)); in hat_init()
606 (uintptr_t)(hat.hat_ht_hash + h)) == -1) { in do_va2pa()751 (uintptr_t)(hat.hat_ht_hash + h)) == -1) { in do_report_maps()892 (uintptr_t)(hat.hat_ht_hash + h)) == -1) { in do_ptable_dcmd()997 (uintptr_t)(hat.hat_ht_hash + h)) == -1) { in do_htables_dcmd()