Home
last modified time | relevance | path

Searched refs:TAILQ_HEAD (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h171 TAILQ_HEAD(, scope) inner_scope;
180 TAILQ_HEAD(cs_tailq, critical_section);
182 TAILQ_HEAD(scope_tailq, scope);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dadbg_int.h30 TAILQ_HEAD(ADBG_SubCaseHead, ADBG_SubCase);
H A Dadbg_run.c29 TAILQ_HEAD(ADBG_CaseHead, ADBG_Case);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/include/
H A Dadbg.h41 TAILQ_HEAD(adbg_case_def_head, adbg_case_def);
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h314 #define TAILQ_HEAD(name, type) \ macro
H A Daic7xxx.h866 TAILQ_HEAD(scb_tailq, scb);
H A Daic79xx.h623 TAILQ_HEAD(scb_tailq, scb);
/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.h372 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) 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.h372 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h403 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h420 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h420 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h405 #define TAILQ_HEAD(name, type) _TAILQ_HEAD(name, struct type,) macro