Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sym/
H A Dsym_hipd.c143 typedef struct sym_quehead { struct
153 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 …]