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

/freebsd-12-stable/sys/netsmb/
H A Dsmb_iod.c453 iod->iod_muxwant++;
454 msleep(&iod->iod_muxwant, SMB_IOD_RQLOCKPTR(iod),
484 if (iod->iod_muxwant) {
485 iod->iod_muxwant--;
486 wakeup(&iod->iod_muxwant);
H A Dsmb_conn.h448 struct smb_slock iod_rqlock; /* iod_rqlist, iod_muxwant */
450 int iod_muxwant; member in struct:smbiod

Completed in 107 milliseconds