OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 01:09:59 GMT 2025