Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A Dsvc_xprt.c793 if (serv->sv_temptimer.function == NULL) { in svc_add_new_temp_xprt()
795 serv->sv_temptimer.function = svc_age_temp_xprts; in svc_add_new_temp_xprt()
796 mod_timer(&serv->sv_temptimer, in svc_add_new_temp_xprt()
950 struct svc_serv *serv = from_timer(serv, t, sv_temptimer); in svc_age_temp_xprts()
959 mod_timer(&serv->sv_temptimer, jiffies + HZ); in svc_age_temp_xprts()
982 mod_timer(&serv->sv_temptimer, jiffies + svc_conn_age_period * HZ); in svc_age_temp_xprts()
A Dsvc.c491 timer_setup(&serv->sv_temptimer, NULL, 0); in __svc_create()
575 timer_shutdown_sync(&serv->sv_temptimer); in svc_destroy()
/linux-6.3-rc2/include/linux/sunrpc/
A Dsvc.h78 struct timer_list sv_temptimer; /* timer for aging temporary sockets */ member

Completed in 11 milliseconds