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

/freebsd-10-stable/sys/netsmb/
H A Dsmb_iod.c451 iod->iod_muxwant++;
452 msleep(&iod->iod_muxwant, SMB_IOD_RQLOCKPTR(iod),
482 if (iod->iod_muxwant) {
483 iod->iod_muxwant--;
484 wakeup(&iod->iod_muxwant);
H A Dsmb_conn.h446 struct smb_slock iod_rqlock; /* iod_rqlist, iod_muxwant */
448 int iod_muxwant; member in struct:smbiod

Completed in 64 milliseconds