Searched refs:high_sb_max (Results 1 – 2 of 2) sorted by relevance
600 extern u_int32_t high_sb_max;1801 high_sb_max = (nmbclusters << (MCLSHIFT - 4)); in mbinit()1802 if (high_sb_max < sb_max) { in mbinit()1804 if (high_sb_max > (1 << MBSHIFT)) { in mbinit()1806 sb_max = high_sb_max; in mbinit()1812 sb_max = high_sb_max = (1 << MBSHIFT); in mbinit()1814 sb_max = high_sb_max; in mbinit()
138 u_int32_t high_sb_max = SB_MAX; variable2896 if (new_value > LOW_SB_MAX && new_value <= high_sb_max) {