Searched refs:LIST_HEAD (Results 1 – 17 of 17) sorted by relevance
/external/blktrace/btt/ |
D | 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);
|
D | misc.c | 45 LIST_HEAD(files_to_clean); 46 LIST_HEAD(all_bufs);
|
D | devmap.c | 29 LIST_HEAD(all_devmaps);
|
D | trace_issue.c | 25 LIST_HEAD(head); in handle_issue()
|
D | list.h | 40 #define LIST_HEAD(name) \ macro
|
D | trace_complete.c | 54 LIST_HEAD(head); in handle_complete()
|
D | devs.c | 188 LIST_HEAD(head); in dip_foreach()
|
/external/f2fs-tools/include/ |
D | list.h | 19 #define LIST_HEAD(name) \ macro
|
/external/ipsec-tools/src/racoon/ |
D | 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;
|
D | sainfo.c | 67 static LIST_HEAD(_sitree, sainfo) sitree, sitree_save, sitree_tmp;
|
D | handler.h | 208 LIST_HEAD(_ph2ofph1_, ph2handle) ph2tree;
|
/external/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 86 LIST_HEAD(plist, pid_ent) pid_info;
|
/external/blktrace/btreplay/ |
D | btreplay.c | 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
|
D | btrecord.c | 99 static LIST_HEAD(input_files); // List of all input files
|
/external/ipsec-tools/src/include-glibc/sys/ |
D | queue.h | 255 #define LIST_HEAD(name, type) \ macro
|
/external/iptables/libiptc/ |
D | linux_list.h | 59 #define LIST_HEAD(name) \ macro
|
/external/blktrace/ |
D | blktrace.c | 293 static LIST_HEAD(devpaths); 294 static LIST_HEAD(tracers);
|