Home
last modified time | relevance | path

Searched defs:__svcpool (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h257 struct __svcpool { struct
270 SVCPOOL *p_next; /* Next pool in the list */
271 SVCPOOL *p_prev; /* Prev pool in the list */
272 int p_id; /* Pool id */
273 int p_threads; /* Non-detached threads */
274 int p_detached_threads; /* Detached threads */
275 int p_maxthreads; /* Max threads in the pool */
276 int p_redline; /* `Redline' for the pool */
277 int p_reserved_threads; /* Reserved threads */
278 kmutex_t p_thread_lock; /* Thread lock */
[all …]