Lines Matching refs:user_max
13996 uint32_t user_max, orig_min, orig_max; in rack_set_pace_segments() local
14009 user_max = ctf_fixed_maxseg(tp) * rack->rc_user_set_max_segs; in rack_set_pace_segments()
14014 if (user_max != rack->r_ctl.rc_pace_max_segs) in rack_set_pace_segments()
14018 rack->r_ctl.rc_pace_max_segs = user_max; in rack_set_pace_segments()
14023 rack->r_ctl.rc_pace_max_segs = user_max; in rack_set_pace_segments()
17225 uint32_t new_tso, user_max, pace_one; in rack_get_pacing_len() local
17227 user_max = rack->rc_user_set_max_segs * mss; in rack_get_pacing_len()
17229 return (user_max); in rack_get_pacing_len()
17235 return (user_max); in rack_get_pacing_len()
17245 if (new_tso > user_max) in rack_get_pacing_len()
17246 new_tso = user_max; in rack_get_pacing_len()