/external/e2fsprogs/lib/ext2fs/ |
kernel-list.h | 50 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_double_list.h | 57 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/ |
list.h | 54 * list_add - add a new entry 61 _INLINE_ void list_add(struct list_head *add, struct list_head *head) function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_double_list.h | 57 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/ |
op_list.h | 57 * 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/ |
list.h | 66 * list_add - add a new entry 73 static inline void list_add(struct list_head *new, struct list_head *head) function
|
/external/yaffs2/yaffs2/ |
devextras.h | 86 * list_add - add a new entry 93 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
|
/external/iptables/libiptc/ |
linux_list.h | 83 * 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/kernel-headers/original/linux/ |
list.h | 53 * 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/linux-tools-perf/util/include/linux/added/ |
list.h | 40 * 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/sepolicy/tools/ |
check_seapp.c | 722 static void list_add(hash_entry *e) { function 845 list_add(entry);
|
/external/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 109 static inline void list_add(struct list_head *entry, struct list_head *head) function [all...] |
/external/libusb/libusb/ |
libusbi.h | 74 static inline void list_add(struct list_head *entry, struct list_head *head) function
|