timo_j 175 net/rxrpc/rtt.c u64 timo_j; timo_j 178 net/rxrpc/rtt.c timo_j = peer->rto_j; timo_j 179 net/rxrpc/rtt.c timo_j <<= backoff; timo_j 180 net/rxrpc/rtt.c if (retrans && timo_j * 2 <= RXRPC_RTO_MAX) timo_j 183 net/rxrpc/rtt.c if (timo_j < 1) timo_j 184 net/rxrpc/rtt.c timo_j = 1; timo_j 186 net/rxrpc/rtt.c return timo_j;