Home
last modified time | relevance | path

Searched refs:queueLength (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_diskqueue.c179 diskqueue->queueLength = 0; in rf_ConfigureDiskQueue()
309 queue->queueLength++; /* increment count of number of requests waiting in this queue */ in rf_DiskIOEnqueue()
336 queue->queueLength--; /* decrement count of number of requests waiting in this queue */ in rf_DiskIOComplete()
337 RF_ASSERT(queue->queueLength >= 0); in rf_DiskIOComplete()
345 queue->queueLength++; in rf_DiskIOComplete()
H A Drf_fifo.c102 if ((q->hq_count + q->lq_count) != elem->queue->queueLength) { in rf_FifoEnqueue()
104 q->hq_count, q->lq_count, (int) elem->queue->queueLength); in rf_FifoEnqueue()
110 RF_ASSERT((q->hq_count + q->lq_count) == elem->queue->queueLength); in rf_FifoEnqueue()
H A Drf_sstf.c354 RF_ASSERT(QSUM(sstfq) == dq->queueLength); in rf_SstfDequeue()
418 RF_ASSERT(QSUM(scanq) == dq->queueLength); in rf_ScanDequeue()
474 RF_ASSERT(QSUM(cscanq) == dq->queueLength); in rf_CscanDequeue()
H A Drf_diskqueue.h109 long queueLength; /* number of requests in queue */ member
H A Drf_dagutils.c1334 dataQueueLength = dataQueue->queueLength + dataQueue->numOutstanding; in rf_SelectMirrorDiskIdle()
1339 mirrorQueueLength = mirrorQueue->queueLength + mirrorQueue->numOutstanding; in rf_SelectMirrorDiskIdle()