Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c1603 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()
H A Dsvc.h277 int p_reserved_threads; /* Reserved threads */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dsvc.c52 mdb_printf("Reserved threads = %d\n", pool->p_reserved_threads); in svc_print_pool()