Symbol: gcq
sys/dev/ic/sl811hs.c
2444
struct gcq *q;
sys/dev/ic/sl811hs.c
2459
struct gcq *q;
sys/dev/ic/sl811hs.c
258
struct gcq ap; /* All pipes */
sys/dev/ic/sl811hs.c
259
struct gcq to; /* Timeout list */
sys/dev/ic/sl811hs.c
260
struct gcq xq; /* Xfer queues */
sys/dev/ic/sl811hs.c
2714
struct gcq *q;
sys/dev/ic/sl811hs.c
2773
struct gcq *q;
sys/sys/gcq.h
102
gcq_linked(struct gcq *prev, struct gcq *next)
sys/sys/gcq.h
108
gcq_insert_after(struct gcq *on, struct gcq *off)
sys/sys/gcq.h
110
struct gcq *on_next;
sys/sys/gcq.h
121
gcq_insert_before(struct gcq *on, struct gcq *off)
sys/sys/gcq.h
123
struct gcq *on_prev;
sys/sys/gcq.h
134
gcq_insert_head(struct gcq_head *head, struct gcq *q)
sys/sys/gcq.h
140
gcq_insert_tail(struct gcq_head *head, struct gcq *q)
sys/sys/gcq.h
146
gcq_tie(struct gcq *dst, struct gcq *src)
sys/sys/gcq.h
148
struct gcq *dst_next, *src_prev;
sys/sys/gcq.h
159
gcq_tie_after(struct gcq *dst, struct gcq *src)
sys/sys/gcq.h
166
gcq_tie_before(struct gcq *dst, struct gcq *src)
sys/sys/gcq.h
171
__attribute__((nonnull)) static __inline struct gcq *
sys/sys/gcq.h
172
gcq_remove(struct gcq *q)
sys/sys/gcq.h
174
struct gcq *next, *prev;
sys/sys/gcq.h
186
gcq_merge(struct gcq *dst, struct gcq *src)
sys/sys/gcq.h
206
gcq_merge(struct gcq *dst, struct gcq *src)
sys/sys/gcq.h
208
struct gcq *dst_next, *src_prev, *src_next;
sys/sys/gcq.h
238
gcq_clear(struct gcq *q)
sys/sys/gcq.h
240
struct gcq *nq, *next;
sys/sys/gcq.h
255
__attribute__((nonnull, always_inline)) static __inline struct gcq *
sys/sys/gcq.h
256
_gcq_next(struct gcq *current, struct gcq_head *head, struct gcq *start)
sys/sys/gcq.h
258
struct gcq *q, *hq;
sys/sys/gcq.h
268
__attribute__((nonnull, always_inline)) static __inline struct gcq *
sys/sys/gcq.h
269
_gcq_prev(struct gcq *current, struct gcq_head *head, struct gcq *start)
sys/sys/gcq.h
271
struct gcq *q, *hq;
sys/sys/gcq.h
42
struct gcq *q_next;
sys/sys/gcq.h
43
struct gcq *q_prev;
sys/sys/gcq.h
47
struct gcq hq;
sys/sys/gcq.h
54
gcq_init(struct gcq *q)
sys/sys/gcq.h
60
static __inline struct gcq *
sys/sys/gcq.h
61
gcq_q(struct gcq *q)
sys/sys/gcq.h
67
static __inline struct gcq *
sys/sys/gcq.h
70
return (struct gcq *)head;
sys/sys/gcq.h
75
gcq_head(struct gcq *q)
sys/sys/gcq.h
88
gcq_onlist(struct gcq *q)