Searched refs:SYMLIST_INSERT_HEAD (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 509 SYMLIST_INSERT_HEAD); in symtable_dump() 513 SYMLIST_INSERT_HEAD); in symtable_dump() 517 SYMLIST_INSERT_HEAD); in symtable_dump() 523 SYMLIST_INSERT_HEAD); in symtable_dump()
|
H A D | aicasm_symbol.h | 198 #define SYMLIST_INSERT_HEAD 0x00 macro
|
H A D | aicasm_gram.y | 729 symlist_add(&$$.referenced_syms, symbol, SYMLIST_INSERT_HEAD); 956 SYMLIST_INSERT_HEAD); 1462 SYMLIST_INSERT_HEAD); 1937 symlist_add(&patch_functions, false_func, SYMLIST_INSERT_HEAD); 1953 symlist_add(&patch_functions, symbol, SYMLIST_INSERT_HEAD);
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 510 SYMLIST_INSERT_HEAD); in symtable_dump() 514 SYMLIST_INSERT_HEAD); in symtable_dump() 518 SYMLIST_INSERT_HEAD); in symtable_dump() 524 SYMLIST_INSERT_HEAD); in symtable_dump()
|
H A D | aicasm_symbol.h | 198 #define SYMLIST_INSERT_HEAD 0x00 macro
|
H A D | aicasm_gram.y | 728 symlist_add(&$$.referenced_syms, symbol, SYMLIST_INSERT_HEAD); 955 SYMLIST_INSERT_HEAD); 1461 SYMLIST_INSERT_HEAD); 1936 symlist_add(&patch_functions, false_func, SYMLIST_INSERT_HEAD); 1952 symlist_add(&patch_functions, symbol, SYMLIST_INSERT_HEAD);
|
Completed in 6 milliseconds