Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4/vm/
H A Dsfmmu.c879 khmehash_num = (int)MIN(hme_buckets, MAX_KHME_BUCKETS); in calc_hmehash_sz()
880 khmehash_num = 1 << highbit(khmehash_num - 1); in calc_hmehash_sz()
881 khmehash_num = MAX(khmehash_num, MIN_KHME_BUCKETS); in calc_hmehash_sz()
883 return ((uhmehash_num + khmehash_num) * sizeof (struct hmehash_bucket)); in calc_hmehash_sz()
892 khmehash_sz = khmehash_num * sizeof (struct hmehash_bucket); in alloc_hmehash()
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c182 int khmehash_num; in sfmmu_vtop_impl() local
213 SFMMU_VTOP_READSYM(khmehash_num, "khmehash_num", "sfmmu_vtop_impl"); in sfmmu_vtop_impl()
214 SFMMU_VTOP_DBG_DBG("khmehash_num=%lx\n", khmehash_num); in sfmmu_vtop_impl()
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1502 #define KHMEHASH_SZ khmehash_num
2357 extern int khmehash_num;
H A Dhat_sfmmu.c563 int khmehash_num; /* # of buckets in kernel hash table */ variable
1075 for (i = 0; i < khmehash_num; i++) { in hat_init()
1085 khmehash_num--; /* make sure counter starts from 0 */ in hat_init()
13201 tsbmissp->khashsz = khmehash_num; in sfmmu_init_tsbs()
/titanic_41/usr/src/uts/sun4/os/
H A Dstartup.c2974 extern int khmehash_num, uhmehash_num; in create_va_to_tte()