Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dsvc.c1621 ASSERT(pool->p_reserved_threads >= 0); in svc_thread_exitdetached()
1757 ASSERT(pool->p_reserved_threads >= 0); in svc_thread_creator()
2646 if (pool->p_reserved_threads + pool->p_detached_threads >= in svc_reserve_thread()
2651 pool->p_reserved_threads++; in svc_reserve_thread()
2676 pool->p_reserved_threads--; in svc_unreserve_thread()
2722 pool->p_reserved_threads--; in svc_detach_thread()
H A Dsvc.h271 int p_reserved_threads; /* Reserved threads */ member