/external/e2fsprogs/lib/ext2fs/ |
kernel-list.h | 14 struct list_head { struct 15 struct list_head *next, *prev; 20 #define LIST_HEAD(name) \ 21 struct list_head name = { &name, &name } 37 static __inline__ void __list_add(struct list_head * new, 38 struct list_head * prev, 39 struct list_head * next) 50 static __inline__ void list_add(struct list_head *new, struct list_head *head) 58 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head [all...] |
/external/blktrace/btt/ |
list.h | 34 struct list_head { struct 35 struct list_head *next, *prev; 40 #define LIST_HEAD(name) \ 41 struct list_head name = LIST_HEAD_INIT(name) 43 static inline void INIT_LIST_HEAD(struct list_head *list) 55 static inline void __list_add(struct list_head *new, 56 struct list_head *prev, 57 struct list_head *next) 73 static inline void list_add(struct list_head *new, struct list_head *head [all...] |
/external/linux-tools-perf/util/include/linux/ |
types.h | 13 struct list_head { struct 14 struct list_head *next, *prev;
|
/external/e2fsprogs/lib/blkid/ |
list.h | 1 #if !defined(_BLKID_LIST_H) && !defined(LIST_HEAD) 24 struct list_head { struct 25 struct list_head *next, *prev; 30 #define LIST_HEAD(name) \ 31 struct list_head name = LIST_HEAD_INIT(name) 43 _INLINE_ void __list_add(struct list_head * add, 44 struct list_head * prev, 45 struct list_head * next) 61 _INLINE_ void list_add(struct list_head *add, struct list_head *head [all...] |
/external/oprofile/libutil/ |
op_list.h | 24 struct list_head { struct 25 struct list_head * next, * prev; 34 static __inline__ void list_init(struct list_head * ptr) 46 static __inline__ void __list_add(struct list_head * new_entry, 47 struct list_head * prev, 48 struct list_head * next) 64 static __inline__ void list_add(struct list_head * new_entry, struct list_head * head) 77 static __inline__ void list_add_tail(struct list_head * new_entry, struct list_head * head [all...] |
/external/kernel-headers/original/linux/ |
mount.h | 38 struct list_head mnt_hash; 43 struct list_head mnt_mounts; /* list of children, anchored here */ 44 struct list_head mnt_child; /* and going through their mnt_child */ 49 struct list_head mnt_list; 50 struct list_head mnt_expire; /* link in fs-specific expiry list */ 51 struct list_head mnt_share; /* circular list of shared mounts */ 52 struct list_head mnt_slave_list;/* list of slave mounts */ 53 struct list_head mnt_slave; /* slave list entry */ 91 int mnt_flags, struct list_head *fslist); 93 extern void mark_mounts_for_expiry(struct list_head *mounts) [all...] |
/external/yaffs2/yaffs2/ |
devextras.h | 56 struct list_head { struct 57 struct list_head *next, *prev; 62 #define LIST_HEAD(name) \ 63 struct list_head name = LIST_HEAD_INIT(name) 75 static __inline__ void __list_add(struct list_head *new, 76 struct list_head *prev, 77 struct list_head *next) 93 static __inline__ void list_add(struct list_head *new, struct list_head *head) 106 static __inline__ void list_add_tail(struct list_head *new [all...] |
/development/ndk/platforms/android-3/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/ |
klist.h | 23 struct list_head k_list; 30 struct list_head n_node; 37 struct list_head * i_head;
|