Searched refs:iod_flags (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/netsmb/ |
| D | smb_iod.c | 60 #define smb_iod_wakeup(iod) wakeup(&(iod)->iod_flags) 152 SMB_TRAN_SETPARAM(vcp, SMBTP_SELECTID, &iod->iod_flags); in smb_iod_connect() 426 tsleep(&iod->iod_flags, PWAIT, "90sndw", hz); in smb_iod_addrq() 505 tsleep(&iod->iod_flags, PWAIT, "90irq", hz); in smb_iod_waitrq() 618 iod->iod_flags |= SMBIOD_SHUTDOWN; in smb_iod_main() 657 while ((iod->iod_flags & SMBIOD_SHUTDOWN) == 0) { in smb_iod_thread() 660 if (iod->iod_flags & SMBIOD_SHUTDOWN) in smb_iod_thread() 662 tsleep(&iod->iod_flags, PWAIT, "90idle", iod->iod_sleeptimo); in smb_iod_thread()
|
| D | smb_conn.h | 443 int iod_flags; member
|