OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hq_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_fifo.c
62
q->
hq_count
= q->lq_count = 0;
76
RF_ASSERT(q->
hq_count
== 0 && q->hq_head == NULL);
79
RF_ASSERT(q->
hq_count
!= 0 && q->hq_head != NULL);
83
q->
hq_count
++;
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);
121
RF_ASSERT(q->
hq_count
!= 0 && q->hq_tail != NULL);
127
q->
hq_count
--;
144
RF_ASSERT(q->
hq_count
== 0 && q->lq_count == 0 && q->hq_tail == NULL && q->lq_tail == NULL)
[
all
...]
rf_fifo.h
47
int
hq_count
, lq_count; /* debug only */
member in struct:RF_FifoHeader_s
Completed in 13 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025