Searched refs:timo_j (Results 1 – 1 of 1) sorted by relevance
175 u64 timo_j; in rxrpc_get_rto_backoff() local178 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()