Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_lp.c138 s64 rhz = lp->remote_hz << 6; /* remote HZ << 6 */ in tcp_lp_remote_hz_estimator() local
157 if (rhz > 0) { in tcp_lp_remote_hz_estimator()
158 m -= rhz >> 6; /* m is now error in remote HZ est */ in tcp_lp_remote_hz_estimator()
159 rhz += m; /* 63/64 old + 1/64 new */ in tcp_lp_remote_hz_estimator()
161 rhz = m << 6; in tcp_lp_remote_hz_estimator()
165 if ((rhz >> 6) > 0) in tcp_lp_remote_hz_estimator()
174 return rhz >> 6; in tcp_lp_remote_hz_estimator()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds