Home
last modified time | relevance | path

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

/freebsd-14.2/sys/rpc/
H A Dsvc.c112 grp->sg_state = SVCPOOL_ACTIVE; in svcpool_create()
267 grp->sg_state = SVCPOOL_ACTIVE; in svcpool_close()
427 if (grp->sg_state == SVCPOOL_ACTIVE in xprt_assignthread()
1187 grp->sg_state = SVCPOOL_ACTIVE; in svc_run_internal()
1390 pool->sp_state = SVCPOOL_ACTIVE; in svc_run()
H A Dsvc.h333 SVCPOOL_ACTIVE, /* normal running state */ enumerator