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

/external/ltp/utils/ffsb-6.0-rc2/
H A Dlist.c24 void __list_del(struct list_head *prev, struct list_head *next) function
42 __list_del(entry->prev, entry->next);
/external/syslinux/gpxe/src/include/gpxe/
H A Dlist.h100 static inline void __list_del ( struct list_head * prev, function
115 __list_del ( entry->prev, entry->next );
/external/e2fsprogs/lib/blkid/
H A Dlist.h83 _INLINE_ void __list_del(struct list_head * prev, function
99 __list_del(entry->prev, entry->next);
108 __list_del(entry->prev, entry->next);
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h67 static __inline__ void __list_del(struct list_head * prev, function
76 __list_del(entry->prev, entry->next);
/external/f2fs-tools/include/
H A Dlist.h48 static inline void __list_del(struct list_head * prev, struct list_head * next) function
56 __list_del(entry->prev, entry->next);
61 __list_del(entry->prev, entry->next);
/external/blktrace/btt/
H A Dlist.h98 static inline void __list_del(struct list_head * prev, struct list_head * next) function
112 __list_del(entry->prev, entry->next);
187 __list_del(list->prev, list->next);
/external/ltp/testcases/realtime/include/
H A Dlist.h124 static inline void __list_del(struct list_head * prev, struct list_head * next) function
138 __list_del(entry->prev, entry->next);
149 __list_del(entry->prev, entry->next);
160 __list_del(list->prev, list->next);
172 __list_del(list->prev, list->next);
/external/syslinux/com32/include/linux/
H A Dlist.h90 static inline void __list_del(struct list_head * prev, struct list_head * next) function
104 __list_del(entry->prev, entry->next);
138 __list_del(entry->prev, entry->next);
149 __list_del(list->prev, list->next);
161 __list_del(list->prev, list->next);
/external/iptables/libiptc/
H A Dlinux_list.h174 static inline void __list_del(struct list_head * prev, struct list_head * next) function
188 __list_del(entry->prev, entry->next);
219 __list_del(entry->prev, entry->next);
229 __list_del(entry->prev, entry->next);
240 __list_del(list->prev, list->next);
252 __list_del(list->prev, list->next);
/external/libnetfilter_conntrack/include/internal/
H A Dlinux_list.h179 static inline void __list_del(struct list_head * prev, struct list_head * next) function
193 __list_del(entry->prev, entry->next);
224 __list_del(entry->prev, entry->next);
234 __list_del(entry->prev, entry->next);
245 __list_del(list->prev, list->next);
257 __list_del(list->prev, list->next);
/external/libnfnetlink/include/
H A Dlinux_list.h178 static inline void __list_del(struct list_head * prev, struct list_head * next) function
192 __list_del(entry->prev, entry->next);
223 __list_del(entry->prev, entry->next);
233 __list_del(entry->prev, entry->next);
244 __list_del(list->prev, list->next);
256 __list_del(list->prev, list->next);

Completed in 2493 milliseconds