Home
last modified time | relevance | path

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

/net/ipv4/
A Dtcp_htcp.c185 u32 scale = (HZ << 3) / (10 * minRTT); in htcp_alpha_update() local
188 scale = clamp(scale, 1U << 2, 10U << 3); in htcp_alpha_update()
189 factor = (factor << 3) / scale; in htcp_alpha_update()
A Dtcp_cubic.c302 u32 scale = beta_scale; in bictcp_update() local
304 delta = (cwnd * scale) >> 3; in bictcp_update()
A Dinet_hashtables.c1231 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
1238 scale, in inet_hashinfo2_init()
/net/netfilter/
A Dxt_hashlimit.c493 u64 scale = (revision == 1) ? in user2credits() local
499 if (scale >= HZ * cpj) in user2credits()
500 return div64_u64(user, div64_u64(scale, HZ * cpj)); in user2credits()
502 return user * div64_u64(HZ * cpj, scale); in user2credits()

Completed in 14 milliseconds