Home
last modified time | relevance | path

Searched refs:xp_detached_threads (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_gen.c189 xprt->xp_detached_threads = 0; in svc_tli_kcreate()
H A Dsvc.c1011 if (xprt->xp_threads + xprt->xp_detached_threads > 0) in svc_xprt_cleanup()
1531 ASSERT(xprt->xp_detached_threads > 0); in svc_clone_unlinkdetached()
1532 ASSERT(xprt->xp_threads + xprt->xp_detached_threads > 0); in svc_clone_unlinkdetached()
1536 xprt->xp_detached_threads--; in svc_clone_unlinkdetached()
2698 xprt->xp_detached_threads++; in svc_detach_thread()
H A Dsvc.h431 int xp_detached_threads; /* num. of detached threads */ member
H A Dsvc_rdma.c270 xprt->xp_detached_threads = 0; in svc_rdma_kcreate()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dsvc.c184 xprt->xp_detached_threads); in svc_print_masterxprt()