Home
last modified time | relevance | path

Searched refs:p_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()
500 pool->p_threads++; in svc_do_run()
1571 pool->p_threads--; in svc_thread_exit()
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()
2703 pool->p_threads--; in svc_detach_thread()
H A Dsvc.h273 int p_threads; /* Non-detached threads */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dsvc.c48 mdb_printf("Non detached threads = %d\n", pool->p_threads); in svc_print_pool()