Home
last modified time | relevance | path

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

12

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_array.h97 #define LIST_HEAD(name, type) \ macro
107 LIST_HEAD(, malloc_elem) free_head[RTE_HEAP_NUM_FREELISTS];
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_uma.h62 LIST_HEAD(,uma_bucket) uz_full_bucket; /* full buckets */
63 LIST_HEAD(,uma_bucket) uz_free_bucket; /* Buckets for frees */
Duser_inpcb.h48 LIST_HEAD(inpcbhead, inpcb);
49 LIST_HEAD(inpcbporthead, inpcbport);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h48 LIST_HEAD(sctppcbhead, sctp_inpcb);
49 LIST_HEAD(sctpasochead, sctp_tcb);
50 LIST_HEAD(sctpladdr, sctp_laddr);
51 LIST_HEAD(sctpvtaghead, sctp_tagblock);
52 LIST_HEAD(sctp_vrflist, sctp_vrf);
53 LIST_HEAD(sctp_ifnlist, sctp_ifn);
54 LIST_HEAD(sctp_ifalist, sctp_ifa);
Dsctp_auth.h75 LIST_HEAD(sctp_keyhead, sctp_shared_key);
/third_party/NuttX/fs/mount/
Dfs_sync.c58 LIST_HEAD *mntList = GetMountList(); in sync()
Dfs_foreachmountpoint.c57 LIST_HEAD *mntList = GetMountList(); in foreach_mountpoint()
Dfs_mount.c155 LIST_HEAD *mount_list = NULL; in mount()
/third_party/alsa-lib/src/
Dshmarea.c44 static LIST_HEAD(shm_areas);
Dasync.c53 static LIST_HEAD(snd_async_handlers);
Ddlmisc.c306 static LIST_HEAD(pcm_dlobj_list);
/third_party/musl/libc-test/src/functionalext/queue/
Dsys_queue.c33 LIST_HEAD(Head, Node) head = LIST_HEAD_INITIALIZER(head);
/third_party/FreeBSD/sys/dev/random/
Drandomdev.h113 LIST_HEAD(sources_head, random_sources);
/third_party/alsa-lib/include/
Dlist.h26 #define LIST_HEAD(x) \ macro
/third_party/libbpf/include/linux/
Dlist.h7 #define LIST_HEAD(name) \ macro
/third_party/alsa-utils/alsactl/
Dinit_sysfs.c24 static LIST_HEAD(attr_list);
Dlist.h47 #define LIST_HEAD(name) \ macro
Dmonitor.c393 LIST_HEAD(srcs); in monitor()
/third_party/f2fs-tools/tools/
Df2fs_io_parse.c86 LIST_HEAD(plist, pid_ent) pid_info;
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h223 LIST_HEAD(,usb_fs_privdata) pd_list;
/third_party/ltp/testcases/realtime/include/
Dlist.h66 #define LIST_HEAD(name) \ macro
/third_party/exfatprogs/include/
Dlist.h38 #define LIST_HEAD(name) \ macro
/third_party/alsa-lib/aserver/
Daserver.c210 LIST_HEAD(clients);
217 LIST_HEAD(inet_pendings);
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c64 static LIST_HEAD(_threads);
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c74 static LIST_HEAD(, usb_linux_softc) usb_linux_attached_list;
75 static LIST_HEAD(, usb_driver) usb_linux_driver_list;

12