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