Searched refs:sectsb_thresh (Results 1 – 1 of 1) sorted by relevance
10270 int sectsb_thresh; in sfmmu_check_page_sizes() local10326 sectsb_thresh = tsb_sectsb_threshold; in sfmmu_check_page_sizes()10330 sectsb_thresh <<= 1; in sfmmu_check_page_sizes()10338 if (tte8k_cnt <= tsb_rss_factor && tte4m_cnt <= sectsb_thresh) { in sfmmu_check_page_sizes()10341 sfmmu_size_tsb(sfmmup, growing, tte8k_cnt, tte4m_cnt, sectsb_thresh); in sfmmu_check_page_sizes()10346 uint64_t tte4m_cnt, int sectsb_thresh) in sfmmu_size_tsb() argument10389 if (tte4m_cnt > sectsb_thresh) { in sfmmu_size_tsb()