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

/linux-4.1.27/net/ipv4/
H A Dtcp_lp.c137 s64 rhz = lp->remote_hz << 6; /* remote HZ << 6 */ tcp_lp_remote_hz_estimator() local
156 if (rhz > 0) { tcp_lp_remote_hz_estimator()
157 m -= rhz >> 6; /* m is now error in remote HZ est */ tcp_lp_remote_hz_estimator()
158 rhz += m; /* 63/64 old + 1/64 new */ tcp_lp_remote_hz_estimator()
160 rhz = m << 6; tcp_lp_remote_hz_estimator()
164 if ((rhz >> 6) > 0) tcp_lp_remote_hz_estimator()
173 return rhz >> 6; tcp_lp_remote_hz_estimator()

Completed in 82 milliseconds