Home
last modified time | relevance | path

Searched refs:sym_quehead (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/sym/
H A Dsym_hipd.c140 typedef struct sym_quehead { struct
141 struct sym_quehead *flink; /* Forward pointer */ argument
142 struct sym_quehead *blink; /* Backward pointer */ argument
149 static __inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add()
150 struct sym_quehead * blink, in __sym_que_add()
151 struct sym_quehead * flink) in __sym_que_add()
159 static __inline void __sym_que_del(struct sym_quehead * blink, in __sym_que_del()
160 struct sym_quehead * flink) in __sym_que_del()
166 static __inline int sym_que_empty(struct sym_quehead *head) in sym_que_empty()
171 static __inline void sym_que_splice(struct sym_quehead *list, in sym_que_splice()
[all …]