Home
last modified time | relevance | path

Searched refs:LIST_HEAD (Results 1 – 25 of 46) sorted by relevance

12

/external/blktrace/btt/
Dbt_timeline.c41 LIST_HEAD(all_devs);
42 LIST_HEAD(all_procs);
43 LIST_HEAD(all_ios);
44 LIST_HEAD(free_ios);
45 LIST_HEAD(free_bilinks);
Dmisc.c45 LIST_HEAD(files_to_clean);
46 LIST_HEAD(all_bufs);
Ddevmap.c29 LIST_HEAD(all_devmaps);
Dtrace_issue.c25 LIST_HEAD(head); in handle_issue()
Dlist.h40 #define LIST_HEAD(name) \ macro
Dtrace_complete.c54 LIST_HEAD(head); in handle_complete()
/external/syslinux/core/
Dpath.c18 __export LIST_HEAD(PATH);
/external/syslinux/com32/lib/syslinux/
Dmemscan.c37 static LIST_HEAD(syslinux_memscan_head);
Ddebug.c7 static LIST_HEAD(debug_funcs);
/external/syslinux/gpxe/src/core/
Dprocess.c34 static LIST_HEAD ( run_queue );
Ddevice.c35 static LIST_HEAD ( devices );
Dmalloc.c73 static LIST_HEAD ( free_blocks );
Dposix_io.c63 static LIST_HEAD ( posix_files );
/external/libnl/python/netlink/
Dutils.h5 #define LIST_HEAD(name) \ macro
/external/ltp/utils/ffsb-6.0-rc2/
Dlist.h24 #define LIST_HEAD(name) struct list_head name = LIST_HEAD_INIT(name) macro
/external/syslinux/gpxe/src/net/
Dretry.c48 static LIST_HEAD ( timers );
/external/f2fs-tools/include/
Dlist.h19 #define LIST_HEAD(name) \ macro
/external/syslinux/gpxe/src/include/gpxe/
Dlist.h34 #define LIST_HEAD( name ) \ macro
/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundirom.c35 static LIST_HEAD ( undiroms );
/external/iptables/iptables/
Dxtables-config-parser.y29 static LIST_HEAD(xtables_stack);
/external/ipsec-tools/src/racoon/
Dhandler.c84 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;
Dsainfo.c67 static LIST_HEAD(_sitree, sainfo) sitree, sitree_save, sitree_tmp;
Dhandler.h208 LIST_HEAD(_ph2ofph1_, ph2handle) ph2tree;
/external/f2fs-tools/tools/
Df2fs_io_parse.c86 LIST_HEAD(plist, pid_ent) pid_info;
/external/blktrace/btreplay/
Dbtreplay.c152 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

12