Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 4 of 4) sorted by relevance

/net/ipv4/
A Dtcp_htcp.c176 u32 factor = 1; in htcp_alpha_update() local
181 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()
A Dtcp_output.c2610 unsigned int factor) in tcp_small_queue_check() argument
2619 limit <<= factor; in tcp_small_queue_check()
/net/sched/
A Dsch_generic.c1528 u64 factor = NSEC_PER_SEC; in psched_ratecfg_precompute__() local
1537 *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__()
/net/xfrm/
A DKconfig77 statistics about transformation error (or almost error) factor

Completed in 14 milliseconds