Home
last modified time | relevance | path

Searched refs:RPC_RTO_MIN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dtimer.c27 #define RPC_RTO_MIN (HZ/10) macro
87 if (*sdrtt < RPC_RTO_MIN) in rpc_update_rtt()
88 *sdrtt = RPC_RTO_MIN; in rpc_update_rtt()