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

  /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...]
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...]

Completed in 124 milliseconds