Searched refs:user_max (Results 1 – 1 of 1) sorted by relevance
13848 uint32_t user_max, orig_min, orig_max; in rack_set_pace_segments() local13861 user_max = ctf_fixed_maxseg(tp) * rack->rc_user_set_max_segs; in rack_set_pace_segments()13866 if (user_max != rack->r_ctl.rc_pace_max_segs) in rack_set_pace_segments()13870 rack->r_ctl.rc_pace_max_segs = user_max; in rack_set_pace_segments()13875 rack->r_ctl.rc_pace_max_segs = user_max; in rack_set_pace_segments()17070 uint32_t new_tso, user_max, pace_one; in rack_get_pacing_len() local17072 user_max = rack->rc_user_set_max_segs * mss; in rack_get_pacing_len()17074 return (user_max); in rack_get_pacing_len()17080 return (user_max); in rack_get_pacing_len()17090 if (new_tso > user_max) in rack_get_pacing_len()[all …]