Searched refs:sv_tempsocks (Results 1 – 3 of 3) sorted by relevance
617 if (!list_empty(&serv->sv_tempsocks)) { in svc_check_conn_limits()627 xprt = list_entry(serv->sv_tempsocks.prev, in svc_check_conn_limits()767 list_add(&newxpt->xpt_list, &serv->sv_tempsocks); in svc_add_new_temp_xprt()942 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts()977 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts_now()1127 svc_close_list(serv, &serv->sv_tempsocks, net)) { in svc_close_net()
457 INIT_LIST_HEAD(&serv->sv_tempsocks); in __svc_create()548 BUG_ON(!list_empty(&serv->sv_tempsocks)); in svc_destroy()
96 struct list_head sv_tempsocks; /* all temporary sockets */ member