Home
last modified time | relevance | path

Searched refs:TAILQ_EMPTY (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dadbg_case.c102 while (!TAILQ_EMPTY(&SubCase_p->SubCasesList)) in ADBG_Case_NextSubCase()
129 while (!TAILQ_EMPTY(&SubCase_p->SubCasesList)) in ADBG_Case_NextSubCase()
H A Dadbg_run.c16 if (!TAILQ_EMPTY(head2)) { \
/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.h446 if (!TAILQ_EMPTY(head2)) { \
457 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) 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.h446 if (!TAILQ_EMPTY(head2)) { \
457 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h525 if (!TAILQ_EMPTY(head2)) { \
536 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h542 if (!TAILQ_EMPTY(head2)) { \
553 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h542 if (!TAILQ_EMPTY(head2)) { \
553 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h427 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(head)) macro
557 if (!TAILQ_EMPTY(head2)) { \
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h332 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
H A Daic7xxx_osm.c1433 if (!TAILQ_EMPTY(untagged_q)) in ahc_linux_run_command()
1685 BUG_ON(!TAILQ_EMPTY(untagged_q)); in ahc_done()