Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dsvc.h416 struct __svcmasterxprt { struct
417 SVCMASTERXPRT *xp_next; /* Next transport in the list */
418 SVCMASTERXPRT *xp_prev; /* Prev transport in the list */
419 __SVCXPRT_COMMON xp_xpc; /* Fields common with the clone */
420 SVCPOOL *xp_pool; /* Pointer to the pool */
421 mblk_t *xp_req_head; /* Request queue head */
422 mblk_t *xp_req_tail; /* Request queue tail */
423 kmutex_t xp_req_lock; /* Request lock */
424 int xp_threads; /* Current num. of attached threads */
425 int xp_detached_threads; /* num. of detached threads */
[all …]