Home
last modified time | relevance | path

Searched refs:LIST_HEAD (Results 1 – 25 of 37) 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()
Ddevs.c188 LIST_HEAD(head); in dip_foreach()
/external/e2fsprogs/lib/blkid/
Dlist.h1 #if !defined(_BLKID_LIST_H) && !defined(LIST_HEAD)
30 #define LIST_HEAD(name) \ macro
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h20 #define LIST_HEAD(name) \ macro
/external/oprofile/libutil/
Dop_list.h175 #define LIST_HEAD(name) struct list_head name = LIST_HEAD_INIT(name) macro
/external/yaffs2/yaffs2/
Ddevextras.h62 #define LIST_HEAD(name) \ macro
/external/oprofile/daemon/
Dopd_kernel.c31 static LIST_HEAD(modules);
/external/oprofile/daemon/liblegacy/
Dopd_sample_files.c32 static LIST_HEAD(lru_list);
/external/oprofile/opjitconv/
Dopjitconv.c488 LIST_HEAD(jd_fnames); in op_process_jit_dumpfiles()
490 LIST_HEAD(anon_dnames); in op_process_jit_dumpfiles()
/external/chromium_org/net/tools/epoll_server/
Depoll_server.h705 LIST_HEAD(ReadyList, CBAndEventMask) ready_list_;
706 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_;
/external/chromium/net/tools/flip_server/
Depoll_server.h710 LIST_HEAD(ReadyList, CBAndEventMask) ready_list_;
711 LIST_HEAD(TmpList, CBAndEventMask) tmp_list_;
/external/ipsec-tools/src/racoon/
Dsainfo.c67 static LIST_HEAD(_sitree, sainfo) sitree, sitree_save, sitree_tmp;
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;
Dhandler.h208 LIST_HEAD(_ph2ofph1_, ph2handle) ph2tree;
/external/linux-tools-perf/
Dbuiltin-kmem.c432 static LIST_HEAD(caller_sort);
433 static LIST_HEAD(alloc_sort);
/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
/external/openssh/openbsd-compat/
Dsys-queue.h59 #undef LIST_HEAD
252 #define LIST_HEAD(name, type) \ macro
/external/linux-tools-perf/util/
Dsort.c16 LIST_HEAD(hist_entry__sort_list);
/external/oprofile/libop/
Dop_events.c25 static LIST_HEAD(events_list);
26 static LIST_HEAD(um_list);
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h255 #define LIST_HEAD(name, type) \ macro

12