Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc_xprt.c822 if (serv->sv_temptimer.function == NULL) { in svc_add_new_temp_xprt()
824 serv->sv_temptimer.function = svc_age_temp_xprts; in svc_add_new_temp_xprt()
825 mod_timer(&serv->sv_temptimer, in svc_add_new_temp_xprt()
1020 struct svc_serv *serv = timer_container_of(serv, t, sv_temptimer); in svc_age_temp_xprts()
1029 mod_timer(&serv->sv_temptimer, jiffies + HZ); in svc_age_temp_xprts()
1052 mod_timer(&serv->sv_temptimer, jiffies + svc_conn_age_period * HZ); in svc_age_temp_xprts()
H A Dsvc.c428 timer_setup(&serv->sv_temptimer, NULL, 0); in __svc_create()
525 timer_shutdown_sync(&serv->sv_temptimer); in svc_destroy()
/linux/include/linux/sunrpc/
H A Dsvc.h84 struct timer_list sv_temptimer; /* timer for aging temporary sockets */ member