Searched refs:p_reserved_threads (Results 1 – 3 of 3) sorted by relevance
1603 ASSERT(pool->p_reserved_threads >= 0); in svc_thread_exitdetached()1739 ASSERT(pool->p_reserved_threads >= 0); in svc_thread_creator()2628 if (pool->p_reserved_threads + pool->p_detached_threads >= in svc_reserve_thread()2633 pool->p_reserved_threads++; in svc_reserve_thread()2658 pool->p_reserved_threads--; in svc_unreserve_thread()2704 pool->p_reserved_threads--; in svc_detach_thread()
277 int p_reserved_threads; /* Reserved threads */ member
52 mdb_printf("Reserved threads = %d\n", pool->p_reserved_threads); in svc_print_pool()