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

/linux-master/net/sunrpc/
H A Dsvc_xprt.c41 static int svc_conn_age_period = 6*60; variable
755 jiffies + svc_conn_age_period * HZ);
964 mod_timer(&serv->sv_temptimer, jiffies + svc_conn_age_period * HZ);

Completed in 103 milliseconds