Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c511 ASSERT(hat->hat_ht_hash[h] == ht); in htable_steal_active()
512 hat->hat_ht_hash[h] = ht->ht_next; in htable_steal_active()
1082 ASSERT(hat->hat_ht_hash[h] == ht); in htable_purge_hat()
1341 for (h = hat->hat_ht_hash[hashval]; in htable_acquire()
1449 ht->ht_next = hat->hat_ht_hash[h]; in htable_create()
1451 if (hat->hat_ht_hash[h]) in htable_create()
1453 hat->hat_ht_hash[h] = ht; in htable_create()
1519 ht->ht_next = hat->hat_ht_hash[h]; in htable_attach()
1521 if (hat->hat_ht_hash[h]) in htable_attach()
1522 hat->hat_ht_hash[h]->ht_prev = ht; in htable_attach()
[all …]
H A Dhat_i86.h103 htable_t **hat_ht_hash; /* htable hash buckets */ member
H A Dhat_i86.c418 hat->hat_ht_hash = NULL; in hati_constructor()
534 hat->hat_ht_hash = kmem_cache_alloc(hat32_hash_cache, KM_SLEEP); in hat_alloc()
537 hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_SLEEP); in hat_alloc()
539 bzero(hat->hat_ht_hash, hat->hat_num_hash * sizeof (htable_t *)); in hat_alloc()
619 hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_SLEEP); in hat_cpu_alloc()
620 bzero(hat->hat_ht_hash, hat->hat_num_hash * sizeof (htable_t *)); in hat_cpu_alloc()
718 kmem_cache_free(cache, hat->hat_ht_hash); in hat_free_end()
719 hat->hat_ht_hash = NULL; in hat_free_end()
1039 kas.a_hat->hat_ht_hash = kmem_cache_alloc(hat_hash_cache, KM_NOSLEEP); in hat_init()
1040 bzero(kas.a_hat->hat_ht_hash, mmu.hash_cnt * sizeof (htable_t *)); in hat_init()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c583 (uintptr_t)(hat.hat_ht_hash + h)) == -1) { in do_va2pa()
726 (uintptr_t)(hat.hat_ht_hash + h)) == -1) { in do_report_maps()
860 (uintptr_t)(hat.hat_ht_hash + h)) == -1) { in do_ptable_dcmd()
976 (uintptr_t)(hat.hat_ht_hash + h)) == -1) { in do_htables_dcmd()