Searched refs:vc_maxmux (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c720 * ioc_muxcnt dropping below vc_maxmux by
931 * We avoid having more than vc_maxmux requests
933 * vc_maxmux entries into this list. Simple!
935 ASSERT(vcp->vc_maxmux > 0);
950 if (++muxcnt == vcp->vc_maxmux) {
951 SMBIODEBUG("muxcnt == vc_maxmux\n");
958 * If we have vc_maxmux requests outstanding,
963 (muxcnt < vcp->vc_maxmux) ? 0 : 1;
H A Dsmb_conn.h197 #define vc_maxmux vc_work.wk_sopt.sv_maxmux macro

Completed in 74 milliseconds