Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
H A Drtt.c175 u64 timo_j; in rxrpc_get_rto_backoff() local
178 timo_j = peer->rto_j; in rxrpc_get_rto_backoff()
179 timo_j <<= backoff; in rxrpc_get_rto_backoff()
180 if (retrans && timo_j * 2 <= RXRPC_RTO_MAX) in rxrpc_get_rto_backoff()
183 if (timo_j < 1) in rxrpc_get_rto_backoff()
184 timo_j = 1; in rxrpc_get_rto_backoff()
186 return timo_j; in rxrpc_get_rto_backoff()
/kernel/linux/linux-6.6/net/rxrpc/
H A Drtt.c175 u64 timo_j; in rxrpc_get_rto_backoff() local
178 timo_j = peer->rto_j; in rxrpc_get_rto_backoff()
179 timo_j <<= backoff; in rxrpc_get_rto_backoff()
180 if (retrans && timo_j * 2 <= RXRPC_RTO_MAX) in rxrpc_get_rto_backoff()
183 if (timo_j < 1) in rxrpc_get_rto_backoff()
184 timo_j = 1; in rxrpc_get_rto_backoff()
186 return timo_j; in rxrpc_get_rto_backoff()

Completed in 2 milliseconds