Searched defs:list_del (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_double_list.h81 static INLINE void list_del(struct list_head *item) function
100 #define LIST_DEL(__item) list_del(__item)
/external/e2fsprogs/lib/blkid/
H A Dlist.h91 * list_del - deletes entry from list.
97 _INLINE_ void list_del(struct list_head *entry) function
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h74 static __inline__ void list_del(struct list_head *entry) function
/external/f2fs-tools/include/
H A Dlist.h59 static inline void list_del(struct list_head *entry) function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h81 static INLINE void list_del(struct list_head *item) function
100 #define LIST_DEL(__item) list_del(__item)
/external/oprofile/libutil/
H A Dop_list.h97 * list_del - deletes entry from list.
101 static __inline__ void list_del(struct list_head * entry) function
/external/blktrace/btt/
H A Dlist.h105 * list_del - deletes entry from list.
110 static inline void list_del(struct list_head *entry) function
/external/yaffs2/yaffs2/
H A Ddevextras.h127 * list_del - deletes entry from list.
132 static __inline__ void list_del(struct list_head *entry) function
/external/iptables/libiptc/
H A Dlinux_list.h181 * list_del - deletes entry from list.
186 static inline void list_del(struct list_head *entry) function
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dlist.h93 * list_del - deletes entry from list.
104 static inline void list_del(struct list_head *entry) function
112 extern void list_del(struct list_head *entry);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h128 static inline void list_del(struct list_head *entry) function
/external/libusb/libusb/
H A Dlibusbi.h93 static inline void list_del(struct list_head *entry) function

Completed in 794 milliseconds