Home
last modified time | relevance | path

Searched refs:SVCPOOL_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/rpc/
H A Dsvc.c108 grp->sg_state = SVCPOOL_ACTIVE; in svcpool_create()
263 grp->sg_state = SVCPOOL_ACTIVE; in svcpool_close()
423 if (grp->sg_state == SVCPOOL_ACTIVE in xprt_assignthread()
1183 grp->sg_state = SVCPOOL_ACTIVE; in svc_run_internal()
1386 pool->sp_state = SVCPOOL_ACTIVE; in svc_run()
H A Dsvc.h330 SVCPOOL_ACTIVE, /* normal running state */ enumerator