Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/
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()