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

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c143 typedef struct sym_quehead { struct
144 struct sym_quehead *flink; /* Forward pointer */
145 struct sym_quehead *blink; /* Backward pointer */
152 static __inline void __sym_que_add(struct sym_quehead * new,
153 struct sym_quehead * blink,
154 struct sym_quehead * flink)
162 static __inline void __sym_que_del(struct sym_quehead * blink,
163 struct sym_quehead * flink)
169 static __inline int sym_que_empty(struct sym_quehead *head)
174 static __inline void sym_que_splice(struct sym_quehead *lis
[all...]

Completed in 60 milliseconds