Home
last modified time | relevance | path

Searched refs:iod_muxcnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c983 if ((vcp->iod_muxcnt + need) > vcp->vc_maxmux) { in smb1_iod_addrq()
1006 vcp->iod_muxcnt++; in smb1_iod_addrq()
1207 ASSERT(vcp->iod_muxcnt > 0); in smb_iod_removerq()
1208 vcp->iod_muxcnt--; in smb_iod_removerq()
H A Dsmb_conn.h246 uint_t iod_muxcnt; /* num. active requests */ member