Lines Matching refs:__inline
118 static __inline struct sym_quehead *sym_que_first(struct sym_quehead *head) in sym_que_first()
123 static __inline struct sym_quehead *sym_que_last(struct sym_quehead *head) in sym_que_last()
128 static __inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add()
138 static __inline void __sym_que_del(struct sym_quehead * blink, in __sym_que_del()
145 static __inline int sym_que_empty(struct sym_quehead *head) in sym_que_empty()
150 static __inline void sym_que_splice(struct sym_quehead *list, in sym_que_splice()
167 static __inline void sym_que_move(struct sym_quehead *orig, in sym_que_move()
197 static __inline struct sym_quehead *sym_remque_head(struct sym_quehead *head) in sym_remque_head()
210 static __inline struct sym_quehead *sym_remque_tail(struct sym_quehead *head) in sym_remque_tail()
256 static __inline u16 _htole16(u16 v) { return __htole16(v); } in _htole16()
257 static __inline u32 _htole32(u32 v) { return __htole32(v); } in _htole32()