Searched refs:SLIST_INSERT_AFTER (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 269 SLIST_INSERT_AFTER(curnode, newnode, in symlist_add() 284 SLIST_INSERT_AFTER(curnode, newnode, in symlist_add() 585 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump() 597 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
|
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | queue.h | 136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro
|