Home
last modified time | relevance | path

Searched refs:TAILQ_FIRST (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h334 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
337 for ((var) = TAILQ_FIRST((head)); \
347 TAILQ_FIRST((head)) = NULL; \
348 (head)->tqh_last = &TAILQ_FIRST((head)); \
369 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((head))) != NULL) \
370 TAILQ_FIRST((head))->field.tqe_prev = \
374 TAILQ_FIRST((head)) = (elm); \
375 (elm)->field.tqe_prev = &TAILQ_FIRST((head)); \
H A Daic7xxx_core.c939 if ((scb = TAILQ_FIRST(queue)) != NULL in ahc_run_untagged_queue()
6048 next_scb = TAILQ_FIRST(untagged_q); in ahc_search_untagged_queues()
7269 if (TAILQ_FIRST(untagged_q) == NULL) in ahc_dump_card_state()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dadbg_case.c103 SubCase_p = TAILQ_FIRST(&SubCase_p->SubCasesList); in ADBG_Case_NextSubCase()
130 SubCase_p = TAILQ_FIRST(&SubCase_p->SubCasesList); in ADBG_Case_NextSubCase()
329 TAILQ_FIRST(&SubCase_p->SubCasesList); in ADBG_SubCase_Delete()
H A Dadbg_run.c260 Case_p = TAILQ_FIRST(&Runner_p->CasesList); in ADBG_RunSuite()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c443 for (cs = TAILQ_FIRST(&cs_tailq); in output_code()
447 cs == TAILQ_FIRST(&cs_tailq) ? "" : ",\n", in output_code()
472 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h420 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
427 #define TAILQ_EMPTY(head) (TAILQ_FIRST(head) == TAILQ_END(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.h458 #define TAILQ_FIRST(head) ((head)->tqh_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.h458 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h537 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h554 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h554 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c679 while ((p_5tuple = TAILQ_FIRST(&filter_info->fivetuple_list))) { in igb_ntuple_filter_uninit()
685 while ((p_2tuple = TAILQ_FIRST(&filter_info->twotuple_list))) { in igb_ntuple_filter_uninit()
702 while ((p_flex = TAILQ_FIRST(&filter_info->flex_list))) { in igb_flex_filter_uninit()