Searched refs:__list_add (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h37 static __inline__ void __list_add(struct list_head * new, function
52 __list_add(new, head, head->next);
60 __list_add(new, head->prev, head);
/external/e2fsprogs/lib/blkid/
H A Dlist.h43 _INLINE_ void __list_add(struct list_head * add, function
63 __list_add(add, head, head->next);
76 __list_add(add, head->prev, head);
/external/oprofile/libutil/
H A Dop_list.h46 static __inline__ void __list_add(struct list_head * new_entry, function
66 __list_add(new_entry, head, head->next);
79 __list_add(new_entry, head->prev, head);
/external/blktrace/btt/
H A Dlist.h55 static inline void __list_add(struct list_head *new, function
75 __list_add(new, head, head->next);
88 __list_add(new, head->prev, head);
/external/yaffs2/yaffs2/
H A Ddevextras.h75 static __inline__ void __list_add(struct list_head *new, function
95 __list_add(new, head, head->next);
109 __list_add(new, head->prev, head);
/external/iptables/libiptc/
H A Dlinux_list.h72 static inline void __list_add(struct list_head *new, function
92 __list_add(new, head, head->next);
105 __list_add(new, head->prev, head);
/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h24 static inline void __list_add(struct list_head *new, function
34 extern void __list_add(struct list_head *new,
49 __list_add(new, head, head->next);
63 __list_add(new, head->prev, head);
/external/kernel-headers/original/linux/
H A Dlist.h42 static inline void __list_add(struct list_head *new, function
62 __list_add(new, head, head->next);
75 __list_add(new, head->prev, head);

Completed in 79 milliseconds