Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dsvc_gen.c189 xprt->xp_detached_threads = 0; in svc_tli_kcreate()
H A Dsvc.c1029 if (xprt->xp_threads + xprt->xp_detached_threads > 0) in svc_xprt_cleanup()
1549 ASSERT(xprt->xp_detached_threads > 0); in svc_clone_unlinkdetached()
1550 ASSERT(xprt->xp_threads + xprt->xp_detached_threads > 0); in svc_clone_unlinkdetached()
1554 xprt->xp_detached_threads--; in svc_clone_unlinkdetached()
2716 xprt->xp_detached_threads++; in svc_detach_thread()
H A Dsvc.h425 int xp_detached_threads; /* num. of detached threads */ member
H A Dsvc_rdma.c265 xprt->xp_detached_threads = 0; in svc_rdma_kcreate()