Searched defs:list_add (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_double_list.h57 static INLINE void list_add(struct list_head *item, struct list_head *list) function
97 #define LIST_ADD(__item, __list) list_add(__item, __list)
/external/e2fsprogs/lib/blkid/
H A Dlist.h54 * list_add - add a new entry
61 _INLINE_ void list_add(struct list_head *add, struct list_head *head) function
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h50 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h57 static INLINE void list_add(struct list_head *item, struct list_head *list) function
97 #define LIST_ADD(__item, __list) list_add(__item, __list)
/external/oprofile/libutil/
H A Dop_list.h57 * list_add - add a new entry
64 static __inline__ void list_add(struct list_head * new_entry, struct list_head * head) function
/external/blktrace/btt/
H A Dlist.h66 * list_add - add a new entry
73 static inline void list_add(struct list_head *new, struct list_head *head) function
/external/yaffs2/yaffs2/
H A Ddevextras.h86 * list_add - add a new entry
93 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
/external/iptables/libiptc/
H A Dlinux_list.h83 * list_add - add a new entry
90 static inline void list_add(struct list_head *new, struct list_head *head) function
241 list_add(list, head);
273 * if another CPU could re-list_add() it.
/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h40 * list_add - add a new entry
47 static inline void list_add(struct list_head *new, struct list_head *head) function
137 list_add(list, head);
183 * if another CPU could re-list_add() it.
/external/kernel-headers/original/linux/
H A Dlist.h53 * list_add - add a new entry
60 static inline void list_add(struct list_head *new, struct list_head *head) function
252 list_add(list, head);
298 * if another CPU could re-list_add() it.
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h109 static inline void list_add(struct list_head *entry, struct list_head *head) function
/external/libusb/libusb/
H A Dlibusbi.h74 static inline void list_add(struct list_head *entry, struct list_head *head) function
/external/sepolicy/tools/
H A Dcheck_seapp.c722 static void list_add(hash_entry *e) { function
845 list_add(entry);

Completed in 497 milliseconds