Searched refs:sv_tempsocks (Results 1 – 4 of 4) sorted by relevance
553 if (!list_empty(&serv->sv_tempsocks)) { in svc_check_conn_limits()566 xprt = list_entry(serv->sv_tempsocks.prev, in svc_check_conn_limits()728 list_add(&newxpt->xpt_list, &serv->sv_tempsocks); in svc_recv()840 list_for_each_safe(le, next, &serv->sv_tempsocks) { in svc_age_temp_xprts()
395 INIT_LIST_HEAD(&serv->sv_tempsocks); in __svc_create()476 svc_close_all(&serv->sv_tempsocks); in svc_destroy()484 BUG_ON(!list_empty(&serv->sv_tempsocks)); in svc_destroy()
1336 list_for_each_entry(svsk, &serv->sv_tempsocks, sk_xprt.xpt_list) in svc_sock_update_bufs()
78 struct list_head sv_tempsocks; /* all temporary sockets */ member