Searched refs:LIST_ENTRY (Results 1 - 11 of 11) sorted by relevance
/third_party/libdrm/ |
H A D | util_double_list.h | 98 #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 D | freedreno_bo_cache.c | 94 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 D | sys_queue.c | 29 LIST_ENTRY(Node) entries;
|
/third_party/FreeBSD/sys/dev/random/ |
H A D | randomdev.h | 107 LIST_ENTRY(random_sources) rrs_entries;
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.h | 94 LIST_ENTRY(usb_fs_privdata) pd_next;
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_bo_cache.c | 82 bo = LIST_ENTRY(struct etna_bo, bucket->list.next, list); in etna_bo_cache_cleanup()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fs_io_parse.c | 78 LIST_ENTRY(pid_ent) ptr;
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | usb.h | 79 LIST_ENTRY(usb_driver) linux_driver_list;
|
/third_party/FreeBSD/sys/sys/ |
H A D | queue.h | 461 #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 D | dbghelp.h | 41 LIST_ENTRY Links; 93 LIST_ENTRY List;
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 36 LIST_ENTRY(usb_linux_softc) sc_attached_list;
|
Completed in 12 milliseconds