OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skipq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ata/
ata.c
1087
bool
skipq
;
local
1124
skipq
= ISSET(xfer->c_flags, C_SKIP_QUEUE);
1127
if (__predict_false(!
skipq
&& chq->queue_freeze > 0)) {
1151
if (!
skipq
&& (axfer = TAILQ_FIRST(&chp->ch_queue->active_xfers))) {
1165
const uint8_t chq_openings = (!
skipq
&& chq->queue_openings > 1)
1170
if (
skipq
) {
1223
if (!
skipq
&& chq->queue_active < chq->queue_openings)
Completed in 22 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026