Searched refs:timo_us (Results 1 – 1 of 1) sorted by relevance
175 u64 timo_us; in rxrpc_get_rto_backoff() local178 timo_us = peer->rto_us; in rxrpc_get_rto_backoff()179 timo_us <<= backoff; in rxrpc_get_rto_backoff()180 if (retrans && timo_us * 2 <= RXRPC_RTO_MAX) in rxrpc_get_rto_backoff()183 if (timo_us < 1) in rxrpc_get_rto_backoff()184 timo_us = 1; in rxrpc_get_rto_backoff()186 return ns_to_ktime(timo_us * NSEC_PER_USEC); in rxrpc_get_rto_backoff()