/Linux-v4.19/tools/perf/util/ |
D | map.c | 504 void map_groups__init(struct map_groups *mg, struct machine *machine) in map_groups__init() 532 void map_groups__exit(struct map_groups *mg) in map_groups__exit() 537 bool map_groups__empty(struct map_groups *mg) in map_groups__empty() 544 struct map_groups *mg = malloc(sizeof(*mg)); in map_groups__new() local 552 void map_groups__delete(struct map_groups *mg) in map_groups__delete() 558 void map_groups__put(struct map_groups *mg) in map_groups__put() 564 struct symbol *map_groups__find_symbol(struct map_groups *mg, in map_groups__find_symbol() 616 struct symbol *map_groups__find_symbol_by_name(struct map_groups *mg, in map_groups__find_symbol_by_name() 661 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp) in map_groups__fprintf() 666 static void __map_groups__insert(struct map_groups *mg, struct map *map) in __map_groups__insert() [all …]
|
D | map.h | 73 static inline struct map_groups *map_groups__get(struct map_groups *mg) in map_groups__get() 199 static inline void map_groups__insert(struct map_groups *mg, struct map *map) in map_groups__insert() 205 static inline void map_groups__remove(struct map_groups *mg, struct map *map) in map_groups__remove() 210 static inline struct map *map_groups__find(struct map_groups *mg, u64 addr) in map_groups__find()
|
D | thread.h | 23 struct map_groups *mg; member
|
D | symbol.c | 223 void map_groups__fixup_end(struct map_groups *mg) in map_groups__fixup_end() 1027 struct map *map_groups__first(struct map_groups *mg) in map_groups__first() 1679 struct map *map_groups__find_by_name(struct map_groups *mg, const char *name) in map_groups__find_by_name()
|
D | metricgroup.c | 311 char *mg = strdup(g); in metricgroup__print() local
|
D | machine.c | 1195 static int map_groups__set_module_path(struct map_groups *mg, const char *path, in map_groups__set_module_path() 1223 static int map_groups__set_modules_path_dir(struct map_groups *mg, in map_groups__set_modules_path_dir()
|
D | event.c | 1522 struct map_groups *mg = thread->mg; in thread__find_map() local
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-msic.c | 166 struct msic_gpio *mg = irq_data_get_irq_chip_data(data); in msic_irq_type() local 181 struct msic_gpio *mg = gpiochip_get_data(chip); in msic_gpio_to_irq() local 187 struct msic_gpio *mg = irq_data_get_irq_chip_data(data); in msic_bus_lock() local 193 struct msic_gpio *mg = irq_data_get_irq_chip_data(data); in msic_bus_sync_unlock() local 237 struct msic_gpio *mg = irq_data_get_irq_handler_data(data); in msic_gpio_irq_handler() local 262 struct msic_gpio *mg; in platform_msic_gpio_probe() local
|
/Linux-v4.19/drivers/md/ |
D | dm-cache-target.c | 554 struct dm_cache_migration *mg; in alloc_migration() local 568 static void free_migration(struct dm_cache_migration *mg) in free_migration() 1168 static void quiesce(struct dm_cache_migration *mg, in quiesce() 1183 struct dm_cache_migration *mg = container_of(context, struct dm_cache_migration, k); in copy_complete() local 1191 static void copy(struct dm_cache_migration *mg, bool promote) in copy() 1221 struct dm_cache_migration *mg = bio->bi_private; in overwrite_endio() local 1233 static void overwrite(struct dm_cache_migration *mg, in overwrite() 1265 static void mg_complete(struct dm_cache_migration *mg, bool success) in mg_complete() 1328 struct dm_cache_migration *mg = ws_to_mg(ws); in mg_success() local 1335 struct dm_cache_migration *mg = ws_to_mg(ws); in mg_update_metadata() local [all …]
|
/Linux-v4.19/net/mac80211/ |
D | rc80211_minstrel_ht_debugfs.c | 21 const struct mcs_group *mg; in minstrel_ht_stats_dump() local 167 const struct mcs_group *mg; in minstrel_ht_stats_csv_dump() local
|
D | rc80211_minstrel_ht.c | 374 struct minstrel_mcs_group_data *mg; in minstrel_ht_set_best_prob_rate() local 462 struct minstrel_mcs_group_data *mg; in minstrel_ht_prob_rate_reduce_streams() local 498 struct minstrel_mcs_group_data *mg; in minstrel_ht_update_stats() local 613 struct minstrel_mcs_group_data *mg; in minstrel_set_next_sample_idx() local 960 struct minstrel_mcs_group_data *mg; in minstrel_get_sample_rate() local
|
/Linux-v4.19/tools/perf/tests/ |
D | thread-mg-share.c | 16 struct map_groups *mg; in test__thread_mg_share() local
|
/Linux-v4.19/tools/perf/ |
D | builtin-report.c | 708 static int map_groups__fprintf_task(struct map_groups *mg, int indent, FILE *fp) in map_groups__fprintf_task()
|
/Linux-v4.19/drivers/media/usb/usbvision/ |
D | usbvision.h | 189 #define YUV_TO_RGB_BY_THE_BOOK(my, mu, mv, mr, mg, mb) { \ argument
|
/Linux-v4.19/arch/mips/include/asm/octeon/ |
D | cvmx-pci-defs.h | 528 uint32_t mg:8; member
|