Searched refs:high_sb_max (Results 1 – 2 of 2) sorted by relevance
786 extern u_int32_t high_sb_max;2497 high_sb_max = (nmbclusters << (MCLSHIFT - 4)); in mbinit()2498 if (high_sb_max < sb_max) { in mbinit()2500 if (high_sb_max > (1 << MBSHIFT)) { in mbinit()2502 sb_max = high_sb_max; in mbinit()2508 sb_max = high_sb_max = (1 << MBSHIFT); in mbinit()2510 sb_max = high_sb_max; in mbinit()
141 uint32_t high_sb_max = SB_MAX; variable2945 if (new_value > LOW_SB_MAX && new_value <= high_sb_max) {