Lines Matching defs:user_max
13997 uint32_t user_max, orig_min, orig_max;
14010 user_max = ctf_fixed_maxseg(tp) * rack->rc_user_set_max_segs;
14015 if (user_max != rack->r_ctl.rc_pace_max_segs)
14019 rack->r_ctl.rc_pace_max_segs = user_max;
14024 rack->r_ctl.rc_pace_max_segs = user_max;
17220 uint32_t new_tso, user_max, pace_one;
17222 user_max = rack->rc_user_set_max_segs * mss;
17224 return (user_max);
17230 return (user_max);
17240 if (new_tso > user_max)
17241 new_tso = user_max;