Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c212 curnode = SLIST_FIRST(symlist); in symlist_search()
254 curnode = SLIST_FIRST(symlist); in symlist_add()
301 node1 = SLIST_FIRST(symlist); in symlist_free()
317 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
576 while (SLIST_FIRST(&masks) != NULL) { in symtable_dump()
579 curnode = SLIST_FIRST(&masks); in symtable_dump()
582 regnode = SLIST_FIRST(&curnode->symbol->info.finfo->symrefs); in symtable_dump()
589 while (SLIST_FIRST(&aliases) != NULL) { in symtable_dump()
592 curnode = SLIST_FIRST(&aliases); in symtable_dump()
601 while (SLIST_FIRST(&registers) != NULL) { in symtable_dump()
[all …]
H A Daicasm.c219 for (include_dir = SLIST_FIRST(&search_path); in main()
275 if (SLIST_FIRST(&scope_stack) == NULL in main()
276 || SLIST_FIRST(&scope_stack)->type != SCOPE_ROOT) { in main()
282 process_scope(SLIST_FIRST(&scope_stack)); in main()
289 dump_scope(SLIST_FIRST(&scope_stack)); in main()
397 for (cur_node = SLIST_FIRST(&patch_functions); in output_code()
545 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing()
566 for (cur_func = SLIST_FIRST(&patch_functions); in output_listing()
770 if (SLIST_FIRST(&scope_stack) != NULL) { in scope_alloc()
771 TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope, in scope_alloc()
H A Daicasm_gram.y1103 scope_context = SLIST_FIRST(&scope_stack);
1128 scope_context = SLIST_FIRST(&scope_stack);
1148 scope_context = SLIST_FIRST(&scope_stack);
1161 if (SLIST_FIRST(&scope_stack) == NULL) {
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h125 #define SLIST_FIRST(head) ((head)->slh_first) macro
128 for ((var) = SLIST_FIRST((head)); \
133 SLIST_FIRST((head)) = NULL; \
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
143 SLIST_FIRST((head)) = (elm); \
149 if (SLIST_FIRST((head)) == (elm)) { \
153 struct type *curelm = SLIST_FIRST((head)); \
162 SLIST_FIRST((head)) = SLIST_NEXT(SLIST_FIRST((head)), field); \
H A Daic79xx_core.c6506 while ((sns_map = SLIST_FIRST(&scb_data->sense_maps)) != NULL) { in ahd_fini_scbdata()
6521 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) { in ahd_fini_scbdata()
6536 while ((hscb_map = SLIST_FIRST(&scb_data->hscb_maps)) != NULL) { in ahd_fini_scbdata()
6777 hscb_map = SLIST_FIRST(&scb_data->hscb_maps); in ahd_alloc_scbs()
6810 sg_map = SLIST_FIRST(&scb_data->sg_maps); in ahd_alloc_scbs()
6847 sense_map = SLIST_FIRST(&scb_data->sense_maps); in ahd_alloc_scbs()
9208 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events()
10455 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahd_handle_en_lun()
10460 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahd_handle_en_lun()
10643 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahd_handle_target_cmd()
H A Daic7xxx_core.c524 if ((scb = SLIST_FIRST(&ahc->scb_data->free_scbs)) == NULL) { in ahc_get_scb()
526 scb = SLIST_FIRST(&ahc->scb_data->free_scbs); in ahc_get_scb()
4885 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) { in ahc_fini_scbdata()
6738 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events()
7612 if (SLIST_FIRST(&lstate->accept_tios) != NULL) { in ahc_handle_en_lun()
7617 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahc_handle_en_lun()
7822 atio = (struct ccb_accept_tio*)SLIST_FIRST(&lstate->accept_tios); in ahc_handle_target_cmd()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h122 #define SLIST_FIRST(head) ((head)->slh_first) macro
133 for ((var) = SLIST_FIRST((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.h204 #define SLIST_FIRST(head) ((head)->slh_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.h204 #define SLIST_FIRST(head) ((head)->slh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h238 #define SLIST_FIRST(head) ((head)->slh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h244 #define SLIST_FIRST(head) ((head)->slh_first) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h244 #define SLIST_FIRST(head) ((head)->slh_first) macro