Lines Matching refs:mg
16 static int check_maps(struct map_def *merged, unsigned int size, struct map_groups *mg) in check_maps() argument
21 map = map_groups__first(mg); in check_maps()
39 struct map_groups mg; in test__map_groups__merge_in() local
68 map_groups__init(&mg, NULL); in test__map_groups__merge_in()
78 map_groups__insert(&mg, map); in test__map_groups__merge_in()
103 ret = map_groups__merge_in(&mg, map_kcore1); in test__map_groups__merge_in()
106 ret = check_maps(merged12, ARRAY_SIZE(merged12), &mg); in test__map_groups__merge_in()
109 ret = map_groups__merge_in(&mg, map_kcore2); in test__map_groups__merge_in()
112 ret = check_maps(merged12, ARRAY_SIZE(merged12), &mg); in test__map_groups__merge_in()
115 ret = map_groups__merge_in(&mg, map_kcore3); in test__map_groups__merge_in()
118 ret = check_maps(merged3, ARRAY_SIZE(merged3), &mg); in test__map_groups__merge_in()