Searched refs:sg_active (Results 1 – 2 of 2) sorted by relevance
110 TAILQ_INIT(&grp->sg_active); in svcpool_create()452 TAILQ_INSERT_TAIL(&grp->sg_active, xprt, in xprt_active()468 TAILQ_REMOVE(&grp->sg_active, xprt, xp_alink); in xprt_inactive_locked()1117 while ((xprt = TAILQ_FIRST(&grp->sg_active)) != NULL) { in svc_assign_waiting_sockets()1119 TAILQ_REMOVE(&grp->sg_active, xprt, xp_alink); in svc_assign_waiting_sockets()1221 (xprt = TAILQ_FIRST(&grp->sg_active)) != NULL) { in svc_run_internal()1222 TAILQ_REMOVE(&grp->sg_active, xprt, xp_alink); in svc_run_internal()1315 TAILQ_INSERT_TAIL(&grp->sg_active, in svc_run_internal()
282 struct svcxprt_list sg_active; /* transports needing service */ member