Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_htcp.c185 u32 scale = (HZ << 3) / (10 * minRTT); in htcp_alpha_update() local
188 scale = min(max(scale, 1U << 2), 10U << 3); in htcp_alpha_update()
189 factor = (factor << 3) / scale; in htcp_alpha_update()
Dtcp_cubic.c300 u32 scale = beta_scale; in bictcp_update() local
302 delta = (cwnd * scale) >> 3; in bictcp_update()
Dinet_hashtables.c889 unsigned long numentries, int scale, in inet_hashinfo2_init() argument
896 scale, in inet_hashinfo2_init()
/net/netfilter/
Dxt_hashlimit.c491 u64 scale = (revision == 1) ? in user2credits() local
497 if (scale >= HZ * cpj) in user2credits()
498 return div64_u64(user, div64_u64(scale, HZ * cpj)); in user2credits()
500 return user * div64_u64(HZ * cpj, scale); in user2credits()