Lines Matching defs:reduce
257 static uint32_t rack_max_reduce = 10; /* Percent we can reduce slot by */
934 "What percentage of goodput do we reduce every gp_srtt");
1121 "When doing only burst mitigation what is the reduce divisor");
1427 "Max percentage we will reduce slot by for pacing when we are behind");
4656 /* You get a set number of pushes if timely is trying to reduce */
8158 * remove the lost desgination and reduce the
17477 int32_t reduce;
17507 /* Now do we reduce the time so we don't run dry? */
17509 reduce = (slot / rack_slot_reduction);
17510 if (reduce < slot) {
17511 slot -= reduce;
17515 reduce = 0;
17524 rack_log_pacing_delay_calc(rack, len, slot, tr_perms, reduce, 0, 7, __LINE__, NULL, 0);