Home
last modified time | relevance | path

Searched refs:STAILQ_FIRST (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h187 #define STAILQ_FIRST(head) ((head)->stqh_first) macro
190 for((var) = STAILQ_FIRST((head)); \
195 STAILQ_FIRST((head)) = NULL; \
196 (head)->stqh_last = &STAILQ_FIRST((head)); \
206 if ((STAILQ_NEXT((elm), field) = STAILQ_FIRST((head))) == NULL) \
208 STAILQ_FIRST((head)) = (elm); \
222 if (STAILQ_FIRST((head)) == (elm)) { \
226 struct type *curelm = STAILQ_FIRST((head)); \
236 if ((STAILQ_FIRST((head)) = \
237 STAILQ_NEXT(STAILQ_FIRST((head)), field)) == NULL) \
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c324 for (cur_instr = STAILQ_FIRST(&seq_program); in back_patch()
366 for (cur_instr = STAILQ_FIRST(&seq_program); in output_code()
371 cur_instr == STAILQ_FIRST(&seq_program) ? "" : ",\n", in output_code()
425 for (cur_patch = STAILQ_FIRST(&patches); in output_code()
429 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n", in output_code()
596 cur_patch = STAILQ_FIRST(&patches); in output_listing()
597 for (cur_instr = STAILQ_FIRST(&seq_program); in output_listing()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h585 #define STAILQ_FIRST(head) ((head)->stqh_first) macro
588 #define STAILQ_EMPTY(head) (STAILQ_FIRST(head) == STAILQ_END(head))
640 for ((var) = STAILQ_FIRST((head)); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h320 for ((var) = STAILQ_FIRST((head)); \
336 #define STAILQ_FIRST(head) ((head)->stqh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h320 for ((var) = STAILQ_FIRST((head)); \
336 #define STAILQ_FIRST(head) ((head)->stqh_first) macro
/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.h286 #define STAILQ_FIRST(head) ((head)->stqh_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.h286 #define STAILQ_FIRST(head) ((head)->stqh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h319 #define STAILQ_FIRST(head) ((head)->stqh_first) macro