Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvc_xprt.c40 static int svc_conn_age_period = 6*60; variable
773 jiffies + svc_conn_age_period * HZ); in svc_add_new_temp_xprt()
961 mod_timer(&serv->sv_temptimer, jiffies + svc_conn_age_period * HZ); in svc_age_temp_xprts()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds