Home
last modified time | relevance | path

Searched refs:p_threads (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/rpc/
H A Dsvc.c399 ASSERT(pool->p_threads + pool->p_detached_threads == 0); in svc_pool_cleanup()
442 if (pool->p_threads + pool->p_detached_threads == 0) { in svc_pool_tryexit()
518 pool->p_threads++; in svc_do_run()
1589 pool->p_threads--; in svc_thread_exit()
1760 if (pool->p_threads + pool->p_detached_threads < in svc_thread_creator()
2359 pool->p_threads + pool->p_detached_threads < in svc_run()
2610 pool->p_threads + pool->p_detached_threads < pool->p_maxthreads) in svc_queuereq()
2721 pool->p_threads--; in svc_detach_thread()
H A Dsvc.h267 int p_threads; /* Non-detached threads */ member