/external/blktrace/btt/ |
bt_timeline.c | 41 LIST_HEAD(all_devs); 42 LIST_HEAD(all_procs); 43 LIST_HEAD(all_ios); 44 LIST_HEAD(free_ios); 45 LIST_HEAD(free_bilinks);
|
misc.c | 35 struct list_head head; 41 struct list_head head; 45 LIST_HEAD(files_to_clean); 46 LIST_HEAD(all_bufs); 50 struct list_head *p, *q; 68 struct list_head *p, *q;
|
devmap.c | 25 struct list_head head; 29 LIST_HEAD(all_devmaps); 51 struct list_head *p; 84 struct list_head *p, *q;
|
trace_issue.c | 25 LIST_HEAD(head); 26 struct list_head *p, *q;
|
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...] |
trace_complete.c | 54 LIST_HEAD(head); 55 struct list_head *p, *q;
|
/bionic/libc/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/development/ndk/platforms/android-3/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/net/ |
if_ieee1394.h | 106 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt; 114 LIST_HEAD(, ieee1394_reassq) ic_reassq;
|
/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/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/ipsec-tools/src/racoon/ |
evt.h | 118 LIST_HEAD(evt_listener_list, evt_listener);
|
/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...] |
/hardware/libhardware_legacy/uevent/ |
uevent.c | 30 LIST_HEAD(uevent_handler_head, uevent_handler) uevent_handler_list;
|
/external/oprofile/daemon/liblegacy/ |
opd_sample_files.c | 32 static LIST_HEAD(lru_list); 38 struct list_head * pos; 39 struct list_head * pos2; 156 struct list_head * pos;
|
/external/oprofile/daemon/ |
opd_kernel.c | 31 static LIST_HEAD(modules); 114 struct list_head * pos; 115 struct list_head * pos2; 210 struct list_head * pos;
|
/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...] |