Searched refs:sv_tempsocks (Results 1 – 3 of 3) sorted by relevance
587 if (!list_empty(&serv->sv_tempsocks)) { in svc_check_conn_limits()597 xprt = list_entry(serv->sv_tempsocks.prev, in svc_check_conn_limits()737 list_add(&newxpt->xpt_list, &serv->sv_tempsocks); in svc_add_new_temp_xprt()927 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts()962 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts_now()1110 svc_close_list(serv, &serv->sv_tempsocks, net)) { in svc_close_net()
456 INIT_LIST_HEAD(&serv->sv_tempsocks); in __svc_create()547 BUG_ON(!list_empty(&serv->sv_tempsocks)); in svc_destroy()
96 struct list_head sv_tempsocks; /* all temporary sockets */ member