OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:queueLength
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/raidframe/
rf_fifo.c
102
if ((q->hq_count + q->lq_count) != elem->queue->
queueLength
) {
104
q->hq_count, q->lq_count, (int) elem->queue->
queueLength
);
110
RF_ASSERT((q->hq_count + q->lq_count) == elem->queue->
queueLength
);
rf_diskqueue.c
179
diskqueue->
queueLength
= 0;
309
queue->
queueLength
++; /* increment count of number of requests waiting in this queue */
336
queue->
queueLength
--; /* decrement count of number of requests waiting in this queue */
337
RF_ASSERT(queue->
queueLength
>= 0);
345
queue->
queueLength
++;
rf_diskqueue.h
109
long
queueLength
; /* number of requests in queue */
rf_sstf.c
354
RF_ASSERT(QSUM(sstfq) == dq->
queueLength
);
418
RF_ASSERT(QSUM(scanq) == dq->
queueLength
);
474
RF_ASSERT(QSUM(cscanq) == dq->
queueLength
);
rf_dagutils.c
1334
dataQueueLength = dataQueue->
queueLength
+ dataQueue->numOutstanding;
1339
mirrorQueueLength = mirrorQueue->
queueLength
+ mirrorQueue->numOutstanding;
Completed in 13 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025