Home
last modified time | relevance | path

Searched refs:hat_ht_hash (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhtable.c449 for (ht = hat->hat_ht_hash[h]; ht; ht = ht->ht_next) { in htable_steal_active()
511 ASSERT(hat->hat_ht_hash[h] == ht); in htable_steal_active()
512 hat->hat_ht_hash[h] = ht->ht_next; in htable_steal_active()
1055 while ((ht = hat->hat_ht_hash[h]) != NULL) { in htable_purge_hat()
1062 ASSERT(hat->hat_ht_hash[h] == ht); in htable_purge_hat()
1063 hat->hat_ht_hash[h] = ht->ht_next; in htable_purge_hat()
1243 ASSERT(hat->hat_ht_hash[hashval] == ht); in htable_release()
1244 hat->hat_ht_hash[hashval] = ht->ht_next; in htable_release()
1293 for (ht = hat->hat_ht_hash[hashval]; ht; ht = ht->ht_next) { in htable_lookup()
1325 for (h = hat->hat_ht_hash[hashval]; in htable_acquire()
[all …]
H A Dhat_i86.h94 htable_t **hat_ht_hash; /* htable hash buckets */ member
H A Dhat_i86.c234 hat->hat_ht_hash = NULL; in hati_constructor()
294 hat->hat_ht_hash = kmem_cache_alloc(vlp_hash_cache, KM_SLEEP); in hat_alloc()
297 hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_SLEEP); in hat_alloc()
299 bzero(hat->hat_ht_hash, hat->hat_num_hash * sizeof (htable_t *)); in hat_alloc()
462 kmem_cache_free(cache, hat->hat_ht_hash); in hat_free_end()
463 hat->hat_ht_hash = NULL; in hat_free_end()
752 kas.a_hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_NOSLEEP); in hat_init()
753 bzero(kas.a_hat->hat_ht_hash, mmu.hash_cnt * sizeof (htable_t *)); in hat_init()
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c606 (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()