Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c307 SLIST_INIT(symlist); in symlist_free()
323 SLIST_INIT(symlist_src1); in symlist_merge()
324 SLIST_INIT(symlist_src2); in symlist_merge()
484 SLIST_INIT(&registers); in symtable_dump()
485 SLIST_INIT(&masks); in symtable_dump()
486 SLIST_INIT(&constants); in symtable_dump()
487 SLIST_INIT(&download_constants); in symtable_dump()
488 SLIST_INIT(&aliases); in symtable_dump()
489 SLIST_INIT(&exported_labels); in symtable_dump()
H A Daicasm_gram.y692 SLIST_INIT(&$$.referenced_syms);
728 SLIST_INIT(&$$.referenced_syms);
954 SLIST_INIT(&$$.referenced_syms);
1488 SLIST_INIT(&(symbol->info.rinfo->fields)); in initialize_symbol()
1521 SLIST_INIT(&(symbol->info.finfo->symrefs)); in initialize_symbol()
1915 SLIST_INIT(&immed->referenced_syms); in make_expression()
H A Daicasm.c127 SLIST_INIT(&search_path); in main()
130 SLIST_INIT(&scope_stack); in main()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Dqueue.h132 #define SLIST_INIT(head) do { \ macro
H A Daic7xxx_core.c4738 SLIST_INIT(&scb_data->free_scbs); in ahc_init_scbdata()
4739 SLIST_INIT(&scb_data->sg_maps); in ahc_init_scbdata()
7515 SLIST_INIT(&lstate->accept_tios); in ahc_handle_en_lun()
7516 SLIST_INIT(&lstate->immed_notifies); in ahc_handle_en_lun()
H A Daic79xx_core.c6363 SLIST_INIT(&scb_data->hscb_maps); in ahd_init_scbdata()
6364 SLIST_INIT(&scb_data->sg_maps); in ahd_init_scbdata()
6365 SLIST_INIT(&scb_data->sense_maps); in ahd_init_scbdata()
10365 SLIST_INIT(&lstate->accept_tios); in ahd_handle_en_lun()
10366 SLIST_INIT(&lstate->immed_notifies); in ahd_handle_en_lun()
/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.h166 #define SLIST_INIT(head) do { \ 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.h166 #define SLIST_INIT(head) do { \ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/sys/
H A Dqueue.h195 #define SLIST_INIT(head) do { \ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dqueue.h201 #define SLIST_INIT(head) do { \ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dqueue.h201 #define SLIST_INIT(head) do { \ macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h141 #define SLIST_INIT(head) do { \ macro