Searched refs:khmehash_num (Results 1 – 5 of 5) sorted by relevance
879 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()
182 int khmehash_num; in sfmmu_vtop_impl() local213 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()
1502 #define KHMEHASH_SZ khmehash_num2357 extern int khmehash_num;
563 int khmehash_num; /* # of buckets in kernel hash table */ variable1075 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()
2974 extern int khmehash_num, uhmehash_num; in create_va_to_tte()