Searched refs:sym_quehead (Results 1 – 1 of 1) sorted by relevance
143 typedef struct sym_quehead { struct153 struct sym_quehead * blink, in __sym_que_add()154 struct sym_quehead * flink) in __sym_que_add()163 struct sym_quehead * flink) in __sym_que_del()175 struct sym_quehead *head) in sym_que_splice()177 struct sym_quehead *first = list->flink; in sym_que_splice()180 struct sym_quehead *last = list->blink; in sym_que_splice()181 struct sym_quehead *at = head->flink; in sym_que_splice()200 static __inline struct sym_quehead *sym_remque_head(struct sym_quehead *head) in sym_remque_head()202 struct sym_quehead *elem = head->flink; in sym_remque_head()[all …]