Searched refs:factor (Results 1 – 4 of 4) sorted by relevance
176 u32 factor = 1; in htcp_alpha_update() local181 factor = 1 + (10 * diff + ((diff / 2) * (diff / 2) / HZ)) / HZ; in htcp_alpha_update()189 factor = (factor << 3) / scale; in htcp_alpha_update()190 if (!factor) in htcp_alpha_update()191 factor = 1; in htcp_alpha_update()194 ca->alpha = 2 * factor * ((1 << 7) - ca->beta); in htcp_alpha_update()
2610 unsigned int factor) in tcp_small_queue_check() argument2619 limit <<= factor; in tcp_small_queue_check()
1528 u64 factor = NSEC_PER_SEC; in psched_ratecfg_precompute__() local1537 *mult = div64_u64(factor, rate); in psched_ratecfg_precompute__()1538 if (*mult & (1U << 31) || factor & (1ULL << 63)) in psched_ratecfg_precompute__()1540 factor <<= 1; in psched_ratecfg_precompute__()
77 statistics about transformation error (or almost error) factor
Completed in 14 milliseconds