Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_lp.c141 s64 rhz = lp->remote_hz << 6; /* remote HZ << 6 */ in tcp_lp_remote_hz_estimator() local
160 if (rhz > 0) { in tcp_lp_remote_hz_estimator()
161 m -= rhz >> 6; /* m is now error in remote HZ est */ in tcp_lp_remote_hz_estimator()
162 rhz += m; /* 63/64 old + 1/64 new */ in tcp_lp_remote_hz_estimator()
164 rhz = m << 6; in tcp_lp_remote_hz_estimator()
168 if ((rhz >> 6) > 0) in tcp_lp_remote_hz_estimator()
177 return rhz >> 6; in tcp_lp_remote_hz_estimator()