Searched refs:timo_us (Results 1 – 1 of 1) sorted by relevance
187 u64 timo_us; in rxrpc_get_rto_backoff() local 190 timo_us = call->rto_us; in rxrpc_get_rto_backoff() 191 timo_us <<= backoff; in rxrpc_get_rto_backoff() 192 if (retrans && timo_us * 2 <= RXRPC_RTO_MAX) in rxrpc_get_rto_backoff() 195 if (timo_us < 1) in rxrpc_get_rto_backoff() 196 timo_us = 1; in rxrpc_get_rto_backoff() 198 return ns_to_ktime(timo_us * NSEC_PER_USEC); in rxrpc_get_rto_backoff()