Home
last modified time | relevance | path

Searched refs:xp_threads (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Dsvc.c1025 if (!detached && xprt->xp_threads == 0 && xprt->xp_closeproc) { in svc_xprt_cleanup()
1029 if (xprt->xp_threads + xprt->xp_detached_threads > 0) in svc_xprt_cleanup()
1479 xprt->xp_threads++; in svc_clone_link()
1514 ASSERT(xprt->xp_threads > 0); in svc_clone_unlink()
1518 xprt->xp_threads--; in svc_clone_unlink()
1550 ASSERT(xprt->xp_threads + xprt->xp_detached_threads > 0); in svc_clone_unlinkdetached()
2464 if (xprt->xp_threads == 0) { in svc_queueclose()
2715 xprt->xp_threads--; in svc_detach_thread()
H A Dsvc_gen.c188 xprt->xp_threads = 0; in svc_tli_kcreate()
H A Dsvc.h424 int xp_threads; /* Current num. of attached threads */ member
H A Dsvc_rdma.c264 xprt->xp_threads = 0; in svc_rdma_kcreate()