Home | History | Annotate | Download | only in blkid

Lines Matching refs:_INLINE_

9 #define _INLINE_ static __inline__
11 #define _INLINE_ static inline
40 _INLINE_ void __list_add(struct list_head * add,
58 _INLINE_ void list_add(struct list_head *add, struct list_head *head)
71 _INLINE_ void list_add_tail(struct list_head *add, struct list_head *head)
83 _INLINE_ void __list_del(struct list_head * prev,
97 _INLINE_ void list_del(struct list_head *entry)
106 _INLINE_ void list_del_init(struct list_head *entry)
116 _INLINE_ int list_empty(struct list_head *head)
126 _INLINE_ void list_splice(struct list_head *list, struct list_head *head)
170 #undef _INLINE_