Searched defs:__list_add (Results 1 - 11 of 11) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
H A Dlist.c15 void __list_add(struct list_head *new, function
32 __list_add(new, head, head->next);
37 __list_add(new, head->prev, head);
/external/syslinux/gpxe/src/include/gpxe/
H A Dlist.h47 static inline void __list_add ( struct list_head *new, function
66 __list_add ( new, head, head->next );
85 __list_add ( new, head->prev, head );
/external/e2fsprogs/lib/blkid/
H A Dlist.h40 _INLINE_ void __list_add(struct list_head * add, function
60 __list_add(add, head, head->next);
73 __list_add(add, head->prev, head);
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h34 static __inline__ void __list_add(struct list_head * new, function
49 __list_add(new, head, head->next);
57 __list_add(new, head->prev, head);
/external/f2fs-tools/include/
H A Dlist.h28 static inline void __list_add(struct list_head *new, function
40 __list_add(new, head, head->next);
45 __list_add(new, 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/ltp/testcases/realtime/include/
H A Dlist.h81 static inline void __list_add(struct list_head *new, function
101 __list_add(new, head, head->next);
114 __list_add(new, head->prev, head);
/external/syslinux/com32/include/linux/
H A Dlist.h44 static inline void __list_add(struct list_head *new, function
64 __list_add(new, head, head->next);
79 __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/libnetfilter_conntrack/include/internal/
H A Dlinux_list.h77 static inline void __list_add(struct list_head *new, function
97 __list_add(new, head, head->next);
110 __list_add(new, head->prev, head);
/external/libnfnetlink/include/
H A Dlinux_list.h76 static inline void __list_add(struct list_head *new, function
96 __list_add(new, head, head->next);
109 __list_add(new, head->prev, head);

Completed in 360 milliseconds