Lines Matching defs:incoming
202 * for the incoming I/O.
211 * ('pi->in-flight-size' + 'incoming') / 'pi->relative_throughput'
216 size_t incoming)
240 * st1 = (sz1 + incoming) / pi1->relative_throughput
242 * st2 = (sz2 + incoming) / pi2->relative_throughput
248 * (sz1 + incoming) / pi1->relative_throughput <
249 * (sz2 + incoming) / pi2->relative_throughput
250 * (sz1 + incoming) * pi2->relative_throughput <
251 * (sz2 + incoming) * pi1->relative_throughput
254 sz1 += incoming;
255 sz2 += incoming;