Lines Matching defs:growing
645 * Used for growing the TSB based on the process RSS.
681 /* if set to 1, will remap valid TTEs when growing TSB. */
9927 /* The TSB is either growing or shrinking. */
9962 * if tsb_remap_ttes is set and the TSB is growing.
10072 * The growing flag is nonzero if we are growing the address space,
10078 sfmmu_check_page_sizes(sfmmu_t *sfmmup, int growing)
10154 sfmmu_size_tsb(sfmmup, growing, tte8k_cnt, tte4m_cnt, sectsb_thresh);
10158 sfmmu_size_tsb(sfmmu_t *sfmmup, int growing, uint64_t tte8k_cnt,
10172 * If we're growing, select the size based on RSS. If we're
10176 if (growing)
10181 if (!growing && (tsb_szc < tsbinfop->tsb_szc) &&
10185 } else if (growing && tsb_szc > tsbinfop->tsb_szc && TSB_OK_GROW()) {
10204 * If we're growing, select the size based on RSS. If we're
10208 if (growing)
10270 * To prevent thrashing (e.g. growing the TSB on a
10275 if (!growing && (tsb_szc < tsbinfop->tsb_szc) &&
10279 } else if (growing && tsb_szc > tsbinfop->tsb_szc &&