Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dsvc.h251 struct __svcpool { struct
264 SVCPOOL *p_next; /* Next pool in the list */
265 SVCPOOL *p_prev; /* Prev pool in the list */
266 int p_id; /* Pool id */
267 int p_threads; /* Non-detached threads */
268 int p_detached_threads; /* Detached threads */
269 int p_maxthreads; /* Max threads in the pool */
270 int p_redline; /* `Redline' for the pool */
271 int p_reserved_threads; /* Reserved threads */
272 kmutex_t p_thread_lock; /* Thread lock */
[all …]