Home
last modified time | relevance | path

Searched refs:SLIST_INSERT_AFTER (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c266 SLIST_INSERT_AFTER(curnode, newnode, in symlist_add()
281 SLIST_INSERT_AFTER(curnode, newnode, in symlist_add()
572 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
584 SLIST_INSERT_AFTER(regnode, curnode, links); in symtable_dump()
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Dqueue.h136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ macro