OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:q_next
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/quiz/
quiz.h
49
struct qentry *
q_next
; /* next one */
member in struct:qentry
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
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
...]
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
...]
Completed in 23 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025