Searched refs:rack_per_upper_bound_ss (Results 1 – 1 of 1) sorted by relevance
281 static int32_t rack_per_upper_bound_ss = 0; /* Don't allow SS to grow above this */ variable834 &rack_per_upper_bound_ss, 0, in rack_init_sysctls()2609 if (rack_per_upper_bound_ss && in rack_increase_bw_mul()2611 (rack->r_ctl.rack_per_of_gp_rec > rack_per_upper_bound_ss)) in rack_increase_bw_mul()2612 rack->r_ctl.rack_per_of_gp_rec = rack_per_upper_bound_ss; in rack_increase_bw_mul()2637 if (rack_per_upper_bound_ss && in rack_increase_bw_mul()2639 (rack->r_ctl.rack_per_of_gp_ss > rack_per_upper_bound_ss)) in rack_increase_bw_mul()2640 rack->r_ctl.rack_per_of_gp_ss = rack_per_upper_bound_ss; in rack_increase_bw_mul()3324 rack_per_upper_bound_ss && in rack_update_multiplier()3325 (rack->r_ctl.rack_per_of_gp_ss == rack_per_upper_bound_ss)) { in rack_update_multiplier()