Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dtimer.c26 #define RPC_RTO_MIN (HZ/10) macro
86 if (*sdrtt < RPC_RTO_MIN) in rpc_update_rtt()
87 *sdrtt = RPC_RTO_MIN; in rpc_update_rtt()