Home
last modified time | relevance | path

Searched refs:SLIST_HEAD (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;
181 SLIST_HEAD(scope_list, scope);
H A Daicasm.h67 SLIST_HEAD(path_list, path_entry);
H A Daicasm_scan.l460 SLIST_HEAD(, include) include_stack;
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h655 SLIST_HEAD(, map_node) hscb_maps;
656 SLIST_HEAD(, map_node) sg_maps;
657 SLIST_HEAD(, map_node) sense_maps;
H A Dqueue.h107 #define SLIST_HEAD(name, type) \ macro