Searched refs:p_reserved_threads (Results 1 – 2 of 2) sorted by relevance
1621 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()
271 int p_reserved_threads; /* Reserved threads */ member