Home
last modified time | relevance | path

Searched refs:p_detached_threads (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c381 ASSERT(pool->p_threads + pool->p_detached_threads == 0); in svc_pool_cleanup()
424 if (pool->p_threads + pool->p_detached_threads == 0) { in svc_pool_tryexit()
1604 ASSERT(pool->p_detached_threads > 0); in svc_thread_exitdetached()
1606 pool->p_detached_threads--; in svc_thread_exitdetached()
1740 ASSERT(pool->p_detached_threads >= 0); in svc_thread_creator()
1742 if (pool->p_threads + pool->p_detached_threads < in svc_thread_creator()
2341 pool->p_threads + pool->p_detached_threads < in svc_run()
2592 pool->p_threads + pool->p_detached_threads < pool->p_maxthreads) in svc_queuereq()
2628 if (pool->p_reserved_threads + pool->p_detached_threads >= in svc_reserve_thread()
2705 pool->p_detached_threads++; in svc_detach_thread()
H A Dsvc.h274 int p_detached_threads; /* Detached threads */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dsvc.c49 mdb_printf("Detached threads = %d\n", pool->p_detached_threads); in svc_print_pool()