Lines Matching refs:incoming
199 * for the incoming I/O.
208 * ('pi->in-flight-size' + 'incoming') / 'pi->relative_throughput'
213 size_t incoming)
237 * st1 = (sz1 + incoming) / pi1->relative_throughput
239 * st2 = (sz2 + incoming) / pi2->relative_throughput
245 * (sz1 + incoming) / pi1->relative_throughput <
246 * (sz2 + incoming) / pi2->relative_throughput
247 * (sz1 + incoming) * pi2->relative_throughput <
248 * (sz2 + incoming) * pi1->relative_throughput
251 sz1 += incoming;
252 sz2 += incoming;