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
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 */
432 kmutex_t xp_thread_lock; /* Thread count lock */
433 void (*xp_closeproc)(const SVCMASTERXPRT *);
435 struct netbuf xp_addrmask; /* address mask */
439 int xp_full : 1; /* xprt is full */
441 int xp_reqs; /* number of requests queued */
[all …]