Home | History | Annotate | Download | only in blkid

Lines Matching refs:_INLINE_

9 #define _INLINE_ static __inline__
11 #define _INLINE_ static inline
43 _INLINE_ void __list_add(struct list_head * add,
61 _INLINE_ void list_add(struct list_head *add, struct list_head *head)
74 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head)
86 _INLINE_ void __list_del(struct list_head * prev,
100 _INLINE_ void list_del(struct list_head *entry)
109 _INLINE_ void list_del_init(struct list_head *entry)
119 _INLINE_ int list_empty(struct list_head *head)
129 _INLINE_ void list_splice(struct list_head *list, struct list_head *head)
173 #undef _INLINE_