OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hq_tail
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_fifo.c
75
if (!q->
hq_tail
) {
77
q->hq_head = q->
hq_tail
= elem;
80
q->
hq_tail
->next = elem;
81
q->
hq_tail
= elem;
121
RF_ASSERT(q->hq_count != 0 && q->
hq_tail
!= NULL);
125
q->
hq_tail
= NULL;
144
RF_ASSERT(q->hq_count == 0 && q->lq_count == 0 && q->
hq_tail
== NULL && q->lq_tail == NULL);
189
if (q->
hq_tail
) {
190
q->
hq_tail
->next = lp;
191
q->
hq_tail
= lp
[
all
...]
rf_fifo.h
45
RF_DiskQueueData_t *hq_head, *
hq_tail
; /* high priority requests */
member in struct:RF_FifoHeader_s
Completed in 39 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025