Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h425 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
428 for ((var) = CIRCLEQ_FIRST((head)); \
438 CIRCLEQ_FIRST((head)) = (void *)(head); \
456 CIRCLEQ_FIRST((head)) = (elm); \
463 CIRCLEQ_NEXT((elm), field) = CIRCLEQ_FIRST((head)); \
468 CIRCLEQ_PREV(CIRCLEQ_FIRST((head)), field) = (elm); \
469 CIRCLEQ_FIRST((head)) = (elm); \
475 if (CIRCLEQ_FIRST((head)) == (void *)(head)) \
476 CIRCLEQ_FIRST((head)) = (elm); \
495 CIRCLEQ_FIRST((head)) = CIRCLEQ_NEXT((elm), field); \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h825 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
834 (CIRCLEQ_FIRST(head) == CIRCLEQ_ENDC(head))
/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.h560 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) 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.h560 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h685 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h702 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h702 #define CIRCLEQ_FIRST(head) ((head)->cqh_first) macro