Searched refs:LIST_HEAD (Results 1 – 25 of 49) sorted by relevance
12
/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()
|
/external/libevent/include/event2/ |
D | event_struct.h | 97 #ifndef LIST_HEAD 99 #define LIST_HEAD(name, type) \ macro 166 LIST_HEAD (event_dlist, event); 173 #undef LIST_HEAD
|
/external/syslinux/core/ |
D | path.c | 18 __export LIST_HEAD(PATH);
|
/external/syslinux/com32/lib/syslinux/ |
D | memscan.c | 37 static LIST_HEAD(syslinux_memscan_head);
|
D | debug.c | 7 static LIST_HEAD(debug_funcs);
|
/external/syslinux/gpxe/src/core/ |
D | process.c | 34 static LIST_HEAD ( run_queue );
|
D | device.c | 35 static LIST_HEAD ( devices );
|
D | malloc.c | 73 static LIST_HEAD ( free_blocks );
|
D | posix_io.c | 63 static LIST_HEAD ( posix_files );
|
/external/libnl/python/netlink/ |
D | utils.h | 5 #define LIST_HEAD(name) \ macro
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | list.h | 24 #define LIST_HEAD(name) struct list_head name = LIST_HEAD_INIT(name) macro
|
/external/syslinux/gpxe/src/net/ |
D | retry.c | 48 static LIST_HEAD ( timers );
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | list.h | 34 #define LIST_HEAD( name ) \ macro
|
/external/libevent/ |
D | evbuffer-internal.h | 151 LIST_HEAD(evbuffer_cb_queue, evbuffer_cb_entry) callbacks;
|
D | bufferevent-internal.h | 81 LIST_HEAD(rlim_group_member_list, bufferevent_private) members;
|
/external/syslinux/gpxe/src/arch/i386/drivers/net/ |
D | undirom.c | 35 static LIST_HEAD ( undiroms );
|
/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;
|
/external/iptables/iptables/ |
D | xtables-config-parser.y | 29 static LIST_HEAD(xtables_stack);
|
/external/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 86 LIST_HEAD(plist, pid_ent) pid_info;
|
12