HomeSort by: relevance | last modified time | path
    Searched refs:gcq_head (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
sl811hsvar.h 28 struct gcq_head q[3]; /* transfer queues, Q_* index */
29 struct gcq_head timed; /* intr transfer multi-frame wait */
30 struct gcq_head to; /* timeout list */
31 struct gcq_head ap; /* all pipes */
60 struct gcq_head sc_waitq;
  /src/sys/sys/
gcq.h 46 struct gcq_head { struct
68 gcq_hq(struct gcq_head *head)
74 static __inline struct gcq_head *
75 gcq_head(struct gcq *q) function in typeref:struct:gcq_head *
77 return (struct gcq_head *)q;
81 gcq_init_head(struct gcq_head *head)
95 gcq_empty(struct gcq_head *head)
134 gcq_insert_head(struct gcq_head *head, struct gcq *q)
140 gcq_insert_tail(struct gcq_head *head, struct gcq *q)
194 gcq_merge_head(struct gcq_head *dst, struct gcq_head *src
    [all...]
  /src/share/man/man3/
Makefile 71 gcq.3 gcq_head.3 \

Completed in 16 milliseconds