Searched refs:sg_active (Results 1 – 2 of 2) sorted by relevance
109 TAILQ_INIT(&grp->sg_active); in svcpool_create()409 TAILQ_INSERT_TAIL(&grp->sg_active, xprt, in xprt_active()425 TAILQ_REMOVE(&grp->sg_active, xprt, xp_alink); in xprt_inactive_locked()1056 while ((xprt = TAILQ_FIRST(&grp->sg_active)) != NULL) { in svc_assign_waiting_sockets()1058 TAILQ_REMOVE(&grp->sg_active, xprt, xp_alink); in svc_assign_waiting_sockets()1159 (xprt = TAILQ_FIRST(&grp->sg_active)) != NULL) { in svc_run_internal()1160 TAILQ_REMOVE(&grp->sg_active, xprt, xp_alink); in svc_run_internal()1253 TAILQ_INSERT_TAIL(&grp->sg_active, in svc_run_internal()
327 struct svcxprt_list sg_active; /* transports needing service */ member