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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c633 /* iod_rqlock/WRITER protects iod_newrq */
634 save_newrq = vcp->iod_newrq;
635 vcp->iod_newrq++;
642 * Only the thread that found iod_newrq==0
677 /* iod_rqlock/WRITER protects iod_newrq */
678 save_newrq = vcp->iod_newrq;
679 vcp->iod_newrq++;
686 * Only the thread that found iod_newrq==0
914 vcp->iod_newrq = 0;
H A Dsmb_conn.h174 int iod_newrq; /* send needed (iod_rqlock) */ member in struct:smb_vc

Completed in 62 milliseconds