Searched refs:xpt_quehead (Results 1 – 2 of 2) sorted by relevance
169 typedef struct xpt_quehead { struct170 struct xpt_quehead *flink; /* Forward pointer */ argument171 struct xpt_quehead *blink; /* Backward pointer */ argument178 static inline void __xpt_que_add(struct xpt_quehead * new, in __xpt_que_add()179 struct xpt_quehead * blink, in __xpt_que_add()180 struct xpt_quehead * flink) in __xpt_que_add()188 static inline void __xpt_que_del(struct xpt_quehead * blink, in __xpt_que_del()189 struct xpt_quehead * flink) in __xpt_que_del()195 static inline int xpt_que_empty(struct xpt_quehead *head) in xpt_que_empty()200 static inline void xpt_que_splice(struct xpt_quehead *list, in xpt_que_splice()[all …]
200 typedef struct xpt_quehead { struct201 struct xpt_quehead *flink; /* Forward pointer */ argument202 struct xpt_quehead *blink; /* Backward pointer */ argument209 static inline void __xpt_que_add(struct xpt_quehead * new, in __xpt_que_add()210 struct xpt_quehead * blink, in __xpt_que_add()211 struct xpt_quehead * flink) in __xpt_que_add()219 static inline void __xpt_que_del(struct xpt_quehead * blink, in __xpt_que_del()220 struct xpt_quehead * flink) in __xpt_que_del()226 static inline int xpt_que_empty(struct xpt_quehead *head) in xpt_que_empty()231 static inline void xpt_que_splice(struct xpt_quehead *list, in xpt_que_splice()[all …]