Searched refs:map_list_node (Results 1 – 1 of 1) sorted by relevance
51 struct map_list_node { struct93 static struct map_list_node *map_list_node__new(void) in map_list_node__new()95 return malloc(sizeof(struct map_list_node)); in map_list_node__new()1255 struct map_list_node *list_node = map_list_node__new(); in kcore_mapfn()1308 struct map_list_node *m = map_list_node__new(); in maps__merge_in()1353 struct map_list_node *old_node; in maps__merge_in()1355 old_node = list_entry(merged.next, struct map_list_node, node); in maps__merge_in()1440 struct map_list_node *new_node; in dso__load_kcore()1463 replacement_map = list_entry(md.maps.next, struct map_list_node, node)->map; in dso__load_kcore()1467 struct map_list_node *new_node = list_entry(md.maps.next, struct map_list_node, node); in dso__load_kcore()[all …]