Lines Matching +full:100 +full:k
204 * k+1 k k in cubic_root()
244 /* Compute new K based on in bictcp_update()
260 * time = (t - K) / 2^bictcp_HZ in bictcp_update()
273 if (t < ca->bic_K) /* t - K */ in bictcp_update()
278 /* c/rtt * (t-K)^3 */ in bictcp_update()
289 ca->cnt = 100 * cwnd; /* very small increment*/ in bictcp_update()
372 * We apply another 100% factor because @rate is doubled at this point.
509 * based on SRTT of 100ms in cubictcp_register()
517 /* calculate the "K" for (wmax-cwnd) = c/rtt * K^3 in cubictcp_register()
518 * so K = cubic_root( (wmax-cwnd)*rtt/c ) in cubictcp_register()
519 * the unit of K is bictcp_HZ=2^10, not HZ in cubictcp_register()
522 * rtt = 100ms in cubictcp_register()
526 * RTT < 100 seconds in cubictcp_register()
533 /* divide by bic_scale and by constant Srtt (100ms) */ in cubictcp_register()