Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dsvc_xprt.c41 static int svc_conn_age_period = 6*60; variable
781 jiffies + svc_conn_age_period * HZ); in svc_add_new_temp_xprt()
963 mod_timer(&serv->sv_temptimer, jiffies + svc_conn_age_period * HZ); in svc_age_temp_xprts()