Searched refs:uhmehash_num (Results 1 – 5 of 5) sorted by relevance
866 uhmehash_num = (int)MIN(hme_buckets, MAX_UHME_BUCKETS); in calc_hmehash_sz()868 if (uhmehash_num > USER_BUCKETS_THRESHOLD) { in calc_hmehash_sz()873 uint_t align = 1 << (highbit(uhmehash_num - 1) - 1); in calc_hmehash_sz()874 uhmehash_num = P2ALIGN(uhmehash_num, align); in calc_hmehash_sz()876 uhmehash_num = 1 << highbit(uhmehash_num - 1); in calc_hmehash_sz()883 return ((uhmehash_num + khmehash_num) * sizeof (struct hmehash_bucket)); in calc_hmehash_sz()896 uhmehash_sz = uhmehash_num * sizeof (struct hmehash_bucket); in alloc_hmehash()
181 int uhmehash_num; in sfmmu_vtop_impl() local209 SFMMU_VTOP_READSYM(uhmehash_num, "uhmehash_num", "sfmmu_vtop_impl"); in sfmmu_vtop_impl()210 SFMMU_VTOP_DBG_DBG("uhmehash_num=%lx\n", uhmehash_num); in sfmmu_vtop_impl()
1492 #define UHMEHASH_SZ uhmehash_num2344 extern int uhmehash_num;
562 int uhmehash_num; /* # of buckets in user hash table */ variable1080 for (i = 0; i < uhmehash_num; i++) { in hat_init()1086 uhmehash_num--; /* make sure counter starts from 0 */ in hat_init()13013 tsbmissp->uhashsz = uhmehash_num; in sfmmu_init_tsbs()
2974 extern int khmehash_num, uhmehash_num; in create_va_to_tte()