Home
last modified time | relevance | path

Searched defs:headname (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h341 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
385 #define TAILQ_LAST(head, headname) \ argument
390 #define TAILQ_PREV(elm, headname, field) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h514 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
519 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ argument
540 #define TAILQ_LAST(head, headname) \ argument
542 #define TAILQ_PREV(elm, headname, field) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h531 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
536 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ argument
557 #define TAILQ_LAST(head, headname) \ argument
559 #define TAILQ_PREV(elm, headname, field) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h531 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
536 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ argument
557 #define TAILQ_LAST(head, headname) \ argument
559 #define TAILQ_PREV(elm, headname, field) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dqueue.h440 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
461 #define TAILQ_LAST(head, headname) \ argument
463 #define TAILQ_PREV(elm, headname, field) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dqueue.h440 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
461 #define TAILQ_LAST(head, headname) \ argument
463 #define TAILQ_PREV(elm, headname, field) \ argument
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h423 #define TAILQ_LAST(head, headname) \ argument
425 #define TAILQ_PREV(elm, headname, field) \ argument
440 #define TAILQ_FOREACH_REVERSE(var, head, headname, field) \ argument
445 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, prev) \ argument