/external/blktrace/btt/ |
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;
|
devs.c | 26 struct list_head dev_heads[N_DEV_HASH]; 65 struct list_head *p; 98 struct list_head *p, *q; 188 LIST_HEAD(head); 190 struct list_head *p, *q; 202 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd) 215 struct list_head *p; 273 struct list_head *p, *q;
|
/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/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...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc.h | 188 LIST_HEAD(, nfc_jni_listen_data) incoming_socket_head;
|
/external/chromium/net/tools/flip_server/ |
epoll_server.h | 710 LIST_HEAD(ReadyList, CBAndEventMask) ready_list_; 711 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_; [all...] |
/external/chromium_org/net/tools/epoll_server/ |
epoll_server.h | 705 LIST_HEAD(ReadyList, CBAndEventMask) ready_list_; 706 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_; [all...] |
/external/oprofile/opjitconv/ |
opjitconv.c | 90 struct list_head * names = (struct list_head *) name_list; 104 static void delete_path_names_list(struct list_head * list) 106 struct list_head * pos1, * pos2; 144 static char const * find_anon_dir_match(struct list_head * anon_dirs, 147 struct list_head * pos; 248 struct list_head * anon_sample_dirs, 433 static void filter_anon_samples_list(struct list_head * anon_dirs) 441 struct list_head * pos1, * pos2; 483 struct list_head * pos1, * pos2 [all...] |
/external/ipsec-tools/src/racoon/ |
handler.c | 84 static LIST_HEAD(_ph1tree_, ph1handle) ph1tree; 85 static LIST_HEAD(_ph2tree_, ph2handle) ph2tree; 86 static LIST_HEAD(_ctdtree_, contacted) ctdtree; 87 static LIST_HEAD(_rcptree_, recvdpkt) rcptree;
|
handler.h | 208 LIST_HEAD(_ph2ofph1_, ph2handle) ph2tree;
|
sainfo.c | 67 static LIST_HEAD(_sitree, sainfo) sitree, sitree_save, sitree_tmp;
|
/external/linux-tools-perf/ |
builtin-kmem.c | 429 struct list_head list; 432 static LIST_HEAD(caller_sort); 433 static LIST_HEAD(alloc_sort); 436 struct list_head *sort_list) 466 struct list_head *sort_list) 619 static int sort_dimension__add(const char *tok, struct list_head *list) 638 static int setup_sorting(struct list_head *sort_list, const char *arg)
|
builtin-script.c | 410 struct list_head node; 415 static LIST_HEAD(script_specs); 701 struct list_head node; 707 static LIST_HEAD(script_descs);
|
/external/openssh/openbsd-compat/ |
sys-queue.h | 59 #undef LIST_HEAD 252 #define LIST_HEAD(name, type) \
|
/external/linux-tools-perf/util/ |
sort.c | 16 LIST_HEAD(hist_entry__sort_list);
|
/external/blktrace/btreplay/ |
btreplay.c | 64 struct list_head head; 75 struct list_head head; 105 struct list_head head, free_iocbs, used_iocbs; 127 struct list_head head; 152 static LIST_HEAD(input_devs); // List of devices to handle 153 static LIST_HEAD(input_files); // List of input files to handle 154 static LIST_HEAD(map_devs); // List of device maps 564 struct list_head *p; 654 struct list_head *p, *q; 675 struct list_head *p [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
compat-queue.h | 277 #define LIST_HEAD(name, type) \
|
/external/ipsec-tools/src/include-glibc/sys/ |
queue.h | 255 #define LIST_HEAD(name, type) \
|
/external/iptables/libiptc/ |
linux_list.h | 53 struct list_head { struct 54 struct list_head *next, *prev; 59 #define LIST_HEAD(name) \ 60 struct list_head name = LIST_HEAD_INIT(name) 72 static inline void __list_add(struct list_head *new, 73 struct list_head *prev, 74 struct list_head *next) 90 static inline void list_add(struct list_head *new, struct list_head *head) 103 static inline void list_add_tail(struct list_head *new, struct list_head *head [all...] |