Searched refs:LIST_HEAD (Results 1 – 25 of 30) sorted by relevance
12
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | layout_array.h | 97 #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/ |
D | user_uma.h | 62 LIST_HEAD(,uma_bucket) uz_full_bucket; /* full buckets */ 63 LIST_HEAD(,uma_bucket) uz_free_bucket; /* Buckets for frees */
|
D | user_inpcb.h | 48 LIST_HEAD(inpcbhead, inpcb); 49 LIST_HEAD(inpcbporthead, inpcbport);
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.h | 48 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);
|
D | sctp_auth.h | 75 LIST_HEAD(sctp_keyhead, sctp_shared_key);
|
/third_party/NuttX/fs/mount/ |
D | fs_sync.c | 58 LIST_HEAD *mntList = GetMountList(); in sync()
|
D | fs_foreachmountpoint.c | 57 LIST_HEAD *mntList = GetMountList(); in foreach_mountpoint()
|
D | fs_mount.c | 155 LIST_HEAD *mount_list = NULL; in mount()
|
/third_party/alsa-lib/src/ |
D | shmarea.c | 44 static LIST_HEAD(shm_areas);
|
D | async.c | 53 static LIST_HEAD(snd_async_handlers);
|
D | dlmisc.c | 306 static LIST_HEAD(pcm_dlobj_list);
|
/third_party/musl/libc-test/src/functionalext/queue/ |
D | sys_queue.c | 33 LIST_HEAD(Head, Node) head = LIST_HEAD_INITIALIZER(head);
|
/third_party/FreeBSD/sys/dev/random/ |
D | randomdev.h | 113 LIST_HEAD(sources_head, random_sources);
|
/third_party/alsa-lib/include/ |
D | list.h | 26 #define LIST_HEAD(x) \ macro
|
/third_party/libbpf/include/linux/ |
D | list.h | 7 #define LIST_HEAD(name) \ macro
|
/third_party/alsa-utils/alsactl/ |
D | init_sysfs.c | 24 static LIST_HEAD(attr_list);
|
D | list.h | 47 #define LIST_HEAD(name) \ macro
|
D | monitor.c | 393 LIST_HEAD(srcs); in monitor()
|
/third_party/f2fs-tools/tools/ |
D | f2fs_io_parse.c | 86 LIST_HEAD(plist, pid_ent) pid_info;
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.h | 223 LIST_HEAD(,usb_fs_privdata) pd_list;
|
/third_party/ltp/testcases/realtime/include/ |
D | list.h | 66 #define LIST_HEAD(name) \ macro
|
/third_party/exfatprogs/include/ |
D | list.h | 38 #define LIST_HEAD(name) \ macro
|
/third_party/alsa-lib/aserver/ |
D | aserver.c | 210 LIST_HEAD(clients); 217 LIST_HEAD(inet_pendings);
|
/third_party/ltp/testcases/realtime/lib/ |
D | librttest.c | 64 static LIST_HEAD(_threads);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 74 static LIST_HEAD(, usb_linux_softc) usb_linux_attached_list; 75 static LIST_HEAD(, usb_driver) usb_linux_driver_list;
|
12