Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c619 pool->p_maxthreads = maxthreads; in svc_pool_init()
1743 pool->p_maxthreads) { in svc_thread_creator()
2142 int enough_reqs = pool->p_maxthreads * pool->p_max_same_xprt; in svc_flowcontrol()
2342 pool->p_maxthreads) in svc_run()
2592 pool->p_threads + pool->p_detached_threads < pool->p_maxthreads) in svc_queuereq()
2629 pool->p_maxthreads - pool->p_redline) { in svc_reserve_thread()
H A Dsvc.h275 int p_maxthreads; /* Max threads in the pool */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dsvc.c50 mdb_printf("Max threads = %d\n", pool->p_maxthreads); in svc_print_pool()