Home
last modified time | relevance | path

Searched refs:hat_num_hash (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c604 for (h = 0; h < hat.hat_num_hash; ++h) { in do_va2pa()
749 for (h = 0; h < hat.hat_num_hash; ++h) { in do_report_maps()
890 for (h = 0; h < hat.hat_num_hash; ++h) { in do_ptable_dcmd()
995 for (h = 0; h < hat.hat_num_hash; ++h) { in do_htables_dcmd()
/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_i86.h93 uint_t hat_num_hash; /* number of htable hash buckets */ member
H A Dhtable.h106 ((uintptr_t)(hat) >> 4)) & ((hat)->hat_num_hash - 1))
H A Dhtable.c445 h = h_start = h_seed++ % hat->hat_num_hash; in htable_steal_active()
529 if (++h == hat->hat_num_hash) in htable_steal_active()
1054 for (h = 0; h < hat->hat_num_hash; ++h) { in htable_purge_hat()
2490 for (h = 0; h < hat->hat_num_hash; ++h) { in hat_dump()
H A Dhat_i86.c293 hat->hat_num_hash = mmu.vlp_hash_cnt; in hat_alloc()
296 hat->hat_num_hash = mmu.hash_cnt; in hat_alloc()
299 bzero(hat->hat_ht_hash, hat->hat_num_hash * sizeof (htable_t *)); in hat_alloc()
751 kas.a_hat->hat_num_hash = mmu.hash_cnt; in hat_init()