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
272 int p_id; /* Pool id */
279 int p_asleep; /* Asleep threads */
280 int p_drowsy; /* Drowsy flag */
283 kmutex_t p_req_lock; /* Request lock */
284 int p_reqs; /* Pending requests */
285 int p_walkers; /* Walking threads */
321 size_t p_lcount; /* Current count */
322 SVCMASTERXPRT *p_lhead; /* List head */
323 krwlock_t p_lrwlock; /* R/W lock */
[all …]