Home
last modified time | relevance | path

Searched refs:LIST_ENTRY (Results 1 - 11 of 11) sorted by relevance

/third_party/libdrm/
H A Dutil_double_list.h98 #define LIST_ENTRY(__type, __item, __field) \ macro
102 LIST_ENTRY(__type, (__ptr)->next, __field)
105 LIST_ENTRY(__type, (__ptr)->prev, __field)
/third_party/libdrm/freedreno/
H A Dfreedreno_bo_cache.c94 bo = LIST_ENTRY(struct fd_bo, bucket->list.next, list); in fd_bo_cache_cleanup()
147 bo = LIST_ENTRY(struct fd_bo, bucket->list.next, list); in find_in_bucket()
/third_party/musl/libc-test/src/functionalext/queue/
H A Dsys_queue.c29 LIST_ENTRY(Node) entries;
/third_party/FreeBSD/sys/dev/random/
H A Drandomdev.h107 LIST_ENTRY(random_sources) rrs_entries;
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.h94 LIST_ENTRY(usb_fs_privdata) pd_next;
/third_party/libdrm/etnaviv/
H A Detnaviv_bo_cache.c82 bo = LIST_ENTRY(struct etna_bo, bucket->list.next, list); in etna_bo_cache_cleanup()
/third_party/f2fs-tools/tools/
H A Df2fs_io_parse.c78 LIST_ENTRY(pid_ent) ptr;
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h79 LIST_ENTRY(usb_driver) linux_driver_list;
/third_party/FreeBSD/sys/sys/
H A Dqueue.h461 #define LIST_ENTRY(type) \ macro
479 * QMD_LIST_CHECK_HEAD(LIST_HEAD *head, LIST_ENTRY NAME)
492 * QMD_LIST_CHECK_NEXT(TYPE *elm, LIST_ENTRY NAME)
505 * QMD_LIST_CHECK_PREV(TYPE *elm, LIST_ENTRY NAME)
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h41 LIST_ENTRY Links;
93 LIST_ENTRY List;
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c36 LIST_ENTRY(usb_linux_softc) sc_attached_list;

Completed in 12 milliseconds