Searched refs:SLIST_INSERT_HEAD (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 260 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 289 SLIST_INSERT_HEAD(symlist, newnode, links); in symlist_add() 316 SLIST_INSERT_HEAD(symlist_dest, node, links); in symlist_merge()
|
D | aicasm.c | 242 SLIST_INSERT_HEAD(&search_path, include_dir, in main() 767 SLIST_INSERT_HEAD(&scope_stack, new_scope, scope_stack_links); in scope_alloc()
|
D | aicasm_scan.l | 484 SLIST_INSERT_HEAD(&include_stack, include, links);
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | queue.h | 141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ macro
|
D | aic7xxx_inline.h | 389 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle); in ahc_free_scb()
|
D | aic79xx_core.c | 5626 SLIST_INSERT_HEAD(&scb_data->hscb_maps, hscb_map, links); in ahd_alloc_scbs() 5659 SLIST_INSERT_HEAD(&scb_data->sg_maps, sg_map, links); in ahd_alloc_scbs() 5696 SLIST_INSERT_HEAD(&scb_data->sense_maps, sense_map, links); in ahd_alloc_scbs()
|
D | aic7xxx_core.c | 4484 SLIST_INSERT_HEAD(&scb_data->sg_maps, sg_map, links); in ahc_alloc_scbs() 4522 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, in ahc_alloc_scbs()
|