Searched refs:C_WAITACT (Results 1 – 3 of 3) sorted by relevance
195 #define C_WAITACT 0x0020 /* wakeup when active */ macro
1042 xfer->c_flags |= C_WAITACT; in ata_exec_xfer()1044 xfer->c_flags &= ~C_WAITACT; in ata_exec_xfer()1116 if (__predict_false(xfer->c_flags & C_WAITACT)) { in atastart()1311 if (__predict_false(xfer->c_flags & (C_WAITACT|C_WAITTIMO))) { in ata_free_xfer()
699 KASSERT((xfer->c_flags & (C_WAITACT|C_FREE)) == 0); in wdstart1()