Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dsvc.c637 pool->p_maxthreads = maxthreads; in svc_pool_init()
1761 pool->p_maxthreads) { in svc_thread_creator()
2160 int enough_reqs = pool->p_maxthreads * pool->p_max_same_xprt; in svc_flowcontrol()
2360 pool->p_maxthreads) in svc_run()
2610 pool->p_threads + pool->p_detached_threads < pool->p_maxthreads) in svc_queuereq()
2647 pool->p_maxthreads - pool->p_redline) { in svc_reserve_thread()
H A Dsvc.h269 int p_maxthreads; /* Max threads in the pool */ member