HomeSort by: relevance | last modified time | path
    Searched refs:C_WAITACT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ata/
atavar.h 195 #define C_WAITACT 0x0020 /* wakeup when active */
ata.c 1042 xfer->c_flags |= C_WAITACT;
1044 xfer->c_flags &= ~C_WAITACT;
1116 if (__predict_false(xfer->c_flags & C_WAITACT)) {
1311 if (__predict_false(xfer->c_flags & (C_WAITACT|C_WAITTIMO))) {
wd.c 696 KASSERT((xfer->c_flags & (C_WAITACT|C_FREE)) == 0);

Completed in 15 milliseconds