Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1493 #define KHMEHASH_SZ khmehash_num
2345 extern int khmehash_num;
H A Dhat_sfmmu.c564 int khmehash_num; /* # of buckets in kernel hash table */ variable
1076 for (i = 0; i < khmehash_num; i++) { in hat_init()
1086 khmehash_num--; /* make sure counter starts from 0 */ in hat_init()
13014 tsbmissp->khashsz = khmehash_num; in sfmmu_init_tsbs()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2948 extern int khmehash_num, uhmehash_num; in create_va_to_tte()