Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c624 static int tsb_max_growsize = 0; variable
831 tsb_max_growsize = MIN(_tsbszc, UTSB_MAX_SZCODE); \
1197 if ((tsb_max_growsize <= TSB_512K_SZCODE) && in hat_init()
1501 int size = randval % (tsb_max_growsize + 1); in hat_alloc()
2857 return (randval % (tsb_max_growsize + 1)); in sfmmu_select_tsb_szc()
2861 while ((szc < tsb_max_growsize) && (pgcnt > SFMMU_RSS_TSBSIZE(szc))) in sfmmu_select_tsb_szc()
9833 ASSERT(szc <= tsb_max_growsize); in sfmmu_replace_tsb()