Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h422 struct __svcmasterxprt { struct
423 SVCMASTERXPRT *xp_next; /* Next transport in the list */
424 SVCMASTERXPRT *xp_prev; /* Prev transport in the list */
425 __SVCXPRT_COMMON xp_xpc; /* Fields common with the clone */
426 SVCPOOL *xp_pool; /* Pointer to the pool */
427 mblk_t *xp_req_head; /* Request queue head */
428 mblk_t *xp_req_tail; /* Request queue tail */
429 kmutex_t xp_req_lock; /* Request lock */
430 int xp_threads; /* Current num. of attached threads */
431 int xp_detached_threads; /* num. of detached threads */
[all …]