OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:q_next
(Results
1 - 4
of
4
) sorted by relevancy
/src/games/quiz/
quiz.h
49
struct qentry *
q_next
; /* next one */
member in struct:qentry
/src/sys/altq/
altq_fifoq.h
35
struct fifoq_state *
q_next
; /* next fifoq_state in the list */
member in struct:fifoq_state
/src/sys/sys/
gcq.h
42
struct gcq *
q_next
;
member in struct:gcq
56
q->
q_next
= q->q_prev = q;
90
return (q->
q_next
!= q);
104
return (prev->
q_next
== next && next->q_prev == prev);
111
GCQ_ASSERT(off->
q_next
== off && off->q_prev == off);
112
on_next = on->
q_next
;
115
off->
q_next
= on_next;
117
on->
q_next
= off;
124
GCQ_ASSERT(off->
q_next
== off && off->q_prev == off);
127
off->
q_next
= on
[
all
...]
/src/sys/dev/pci/
ubsecvar.h
74
SIMPLEQ_ENTRY(ubsec_q2)
q_next
;
member in struct:ubsec_q2
149
SIMPLEQ_ENTRY(ubsec_q)
q_next
;
member in struct:ubsec_q
Completed in 50 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026