| /Linux-v5.4/tools/perf/util/ | 
| D | unwind-libunwind.c | 15 static void unwind__register_ops(struct map_groups *mg,  in unwind__register_ops()21 int unwind__prepare_access(struct map_groups *mg, struct map *map,  in unwind__prepare_access()
 71 void unwind__flush_access(struct map_groups *mg)  in unwind__flush_access()
 77 void unwind__finish_access(struct map_groups *mg)  in unwind__finish_access()
 
 | 
| D | map.c | 582 void map_groups__init(struct map_groups *mg, struct machine *machine)  in map_groups__init()589 void map_groups__insert(struct map_groups *mg, struct map *map)  in map_groups__insert()
 631 void map_groups__exit(struct map_groups *mg)  in map_groups__exit()
 636 bool map_groups__empty(struct map_groups *mg)  in map_groups__empty()
 643 	struct map_groups *mg = zalloc(sizeof(*mg));  in map_groups__new()  local
 651 void map_groups__delete(struct map_groups *mg)  in map_groups__delete()
 658 void map_groups__put(struct map_groups *mg)  in map_groups__put()
 664 struct symbol *map_groups__find_symbol(struct map_groups *mg,  in map_groups__find_symbol()
 716 struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg,  in map_groups__find_symbol_by_name()
 761 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp)  in map_groups__fprintf()
 [all …]
 
 | 
| D | map_groups.h | 52 static inline struct map_groups *map_groups__get(struct map_groups *mg)  in map_groups__get()67 static inline void map_groups__remove(struct map_groups *mg, struct map *map)  in map_groups__remove()
 72 static inline struct map *map_groups__find(struct map_groups *mg, u64 addr)  in map_groups__find()
 
 | 
| D | unwind-libunwind-local.c | 618 static int _unwind__prepare_access(struct map_groups *mg)  in _unwind__prepare_access()630 static void _unwind__flush_access(struct map_groups *mg)  in _unwind__flush_access()
 635 static void _unwind__finish_access(struct map_groups *mg)  in _unwind__finish_access()
 
 | 
| D | thread.h | 28 	struct map_groups	*mg;  member
 | 
| D | symbol.c | 242 void map_groups__fixup_end(struct map_groups *mg)  in map_groups__fixup_end()1056 struct map *map_groups__first(struct map_groups *mg)  in map_groups__first()
 1787 struct map *map_groups__find_by_name(struct map_groups *mg, const char *name)  in map_groups__find_by_name()
 
 | 
| D | metricgroup.c | 335 			char *mg = strdup(g);  in metricgroup__print()  local
 | 
| D | event.c | 460 	struct map_groups *mg = thread->mg;  in thread__find_map()  local
 | 
| D | machine.c | 1289 static int map_groups__set_module_path(struct map_groups *mg, const char *path,  in map_groups__set_module_path()1317 static int map_groups__set_modules_path_dir(struct map_groups *mg,  in map_groups__set_modules_path_dir()
 
 | 
| /Linux-v5.4/drivers/gpio/ | 
| D | gpio-msic.c | 153 	struct msic_gpio *mg = irq_data_get_irq_chip_data(data);  in msic_irq_type()  local168 	struct msic_gpio *mg = gpiochip_get_data(chip);  in msic_gpio_to_irq()  local
 174 	struct msic_gpio *mg = irq_data_get_irq_chip_data(data);  in msic_bus_lock()  local
 180 	struct msic_gpio *mg = irq_data_get_irq_chip_data(data);  in msic_bus_sync_unlock()  local
 224 	struct msic_gpio *mg = irq_data_get_irq_handler_data(data);  in msic_gpio_irq_handler()  local
 246 	struct msic_gpio *mg;  in platform_msic_gpio_probe()  local
 
 | 
| /Linux-v5.4/tools/perf/tests/ | 
| D | map_groups.c | 16 static int check_maps(struct map_def *merged, unsigned int size, struct map_groups *mg)  in check_maps()39 	struct map_groups mg;  in test__map_groups__merge_in()  local
 
 | 
| D | thread-mg-share.c | 15 	struct map_groups *mg;  in test__thread_mg_share()  local
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-cache-target.c | 555 	struct dm_cache_migration *mg;  in alloc_migration()  local567 static void free_migration(struct dm_cache_migration *mg)  in free_migration()
 1163 static void quiesce(struct dm_cache_migration *mg,  in quiesce()
 1178 	struct dm_cache_migration *mg = container_of(context, struct dm_cache_migration, k);  in copy_complete()  local
 1186 static void copy(struct dm_cache_migration *mg, bool promote)  in copy()
 1216 	struct dm_cache_migration *mg = bio->bi_private;  in overwrite_endio()  local
 1228 static void overwrite(struct dm_cache_migration *mg,  in overwrite()
 1260 static void mg_complete(struct dm_cache_migration *mg, bool success)  in mg_complete()
 1323 	struct dm_cache_migration *mg = ws_to_mg(ws);  in mg_success()  local
 1330 	struct dm_cache_migration *mg = ws_to_mg(ws);  in mg_update_metadata()  local
 [all …]
 
 | 
| /Linux-v5.4/net/mac80211/ | 
| D | rc80211_minstrel_ht_debugfs.c | 34 	const struct mcs_group *mg;  in minstrel_ht_stats_dump()  local181 	const struct mcs_group *mg;  in minstrel_ht_stats_csv_dump()  local
 
 | 
| D | rc80211_minstrel_ht.c | 421 	struct minstrel_mcs_group_data *mg;  in minstrel_ht_set_best_prob_rate()  local509 	struct minstrel_mcs_group_data *mg;  in minstrel_ht_prob_rate_reduce_streams()  local
 673 	struct minstrel_mcs_group_data *mg;  in minstrel_ht_update_stats()  local
 816 	struct minstrel_mcs_group_data *mg;  in minstrel_set_next_sample_idx()  local
 1193 	struct minstrel_mcs_group_data *mg;  in minstrel_get_sample_rate()  local
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-report.c | 741 static int map_groups__fprintf_task(struct map_groups *mg, int indent, FILE *fp)  in map_groups__fprintf_task()
 | 
| /Linux-v5.4/drivers/media/usb/usbvision/ | 
| D | usbvision.h | 179 #define YUV_TO_RGB_BY_THE_BOOK(my, mu, mv, mr, mg, mb) { \  argument
 | 
| /Linux-v5.4/arch/mips/include/asm/octeon/ | 
| D | cvmx-pci-defs.h | 422 		uint32_t mg:8;  member
 |