Searched refs:sv_tempsocks (Results 1 – 3 of 3) sorted by relevance
634 if (!list_empty(&serv->sv_tempsocks)) { in svc_check_conn_limits()644 xprt = list_entry(serv->sv_tempsocks.prev, in svc_check_conn_limits()766 list_add(&newxpt->xpt_list, &serv->sv_tempsocks); in svc_add_new_temp_xprt()953 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts()988 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts_now()1136 svc_close_list(serv, &serv->sv_tempsocks, net)) { in svc_xprt_destroy_all()
518 INIT_LIST_HEAD(&serv->sv_tempsocks); in __svc_create()618 WARN_ONCE(!list_empty(&serv->sv_tempsocks), in svc_destroy()
83 struct list_head sv_tempsocks; /* all temporary sockets */ member