Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c623 static int tsb_max_growsize = 0; variable
830 tsb_max_growsize = MIN(_tsbszc, UTSB_MAX_SZCODE); \
1196 if ((tsb_max_growsize <= TSB_512K_SZCODE) && in hat_init()
1502 int size = randval % (tsb_max_growsize + 1); in hat_alloc()
2886 return (randval % (tsb_max_growsize + 1)); in sfmmu_select_tsb_szc()
2890 while ((szc < tsb_max_growsize) && (pgcnt > SFMMU_RSS_TSBSIZE(szc))) in sfmmu_select_tsb_szc()
10018 ASSERT(szc <= tsb_max_growsize); in sfmmu_replace_tsb()