Searched refs:SLIST_HEAD (Results 1 – 3 of 3) sorted by relevance
70 typedef SLIST_HEAD(symlist, symbol_node) symlist_t;181 SLIST_HEAD(scope_list, scope);
655 SLIST_HEAD(, map_node) hscb_maps;656 SLIST_HEAD(, map_node) sg_maps;657 SLIST_HEAD(, map_node) sense_maps;
107 #define SLIST_HEAD(name, type) \ macro