Home
last modified time | relevance | path

Searched refs:CIRCLEQ_LAST (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h433 for ((var) = CIRCLEQ_LAST((head)); \
439 CIRCLEQ_LAST((head)) = (void *)(head); \
446 CIRCLEQ_LAST((head)) = (elm); \
465 if (CIRCLEQ_LAST((head)) == (void *)(head)) \
466 CIRCLEQ_LAST((head)) = (elm); \
474 CIRCLEQ_PREV((elm), field) = CIRCLEQ_LAST((head)); \
478 CIRCLEQ_NEXT(CIRCLEQ_LAST((head)), field) = (elm); \
479 CIRCLEQ_LAST((head)) = (elm); \
482 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
490 CIRCLEQ_LAST((head)) = CIRCLEQ_PREV((elm), field); \
/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.h561 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
/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.h561 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h686 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h703 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h703 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h826 #define CIRCLEQ_LAST(head) ((head)->cqh_last) macro