Searched defs:m (Results 1 – 11 of 11) sorted by relevance
/mm/ |
D | vmstat.c | 690 static void *frag_start(struct seq_file *m, loff_t *pos) in frag_start() 702 static void *frag_next(struct seq_file *m, void *arg, loff_t *pos) in frag_next() 710 static void frag_stop(struct seq_file *m, void *arg) in frag_stop() 715 static void walk_zones_in_node(struct seq_file *m, pg_data_t *pgdat, in walk_zones_in_node() 716 void (*print)(struct seq_file *m, pg_data_t *, struct zone *)) in walk_zones_in_node() 910 static void frag_show_print(struct seq_file *m, pg_data_t *pgdat, in frag_show_print() 924 static int frag_show(struct seq_file *m, void *arg) in frag_show() 931 static void pagetypeinfo_showfree_print(struct seq_file *m, in pagetypeinfo_showfree_print() 957 static int pagetypeinfo_showfree(struct seq_file *m, void *arg) in pagetypeinfo_showfree() 973 static void pagetypeinfo_showblockcount_print(struct seq_file *m, in pagetypeinfo_showblockcount_print() [all …]
|
D | slab_common.c | 814 void print_slabinfo_header(struct seq_file *m) in print_slabinfo_header() 837 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 848 void *slab_next(struct seq_file *m, void *p, loff_t *pos) in slab_next() 853 void slab_stop(struct seq_file *m, void *p) in slab_stop() 884 int cache_show(struct kmem_cache *s, struct seq_file *m) in cache_show() 906 static int s_show(struct seq_file *m, void *p) in s_show()
|
D | slob.c | 429 unsigned int *m; in __do_kmalloc_node() local 497 unsigned int *m = (unsigned int *)(block - align); in kfree() local 509 unsigned int *m; in ksize() local
|
D | vmalloc.c | 2533 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 2552 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() 2564 static void s_stop(struct seq_file *m, void *p) in s_stop() 2570 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info() 2594 static int s_show(struct seq_file *m, void *p) in s_show()
|
D | memblock.c | 809 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range() local 913 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev() local 1545 static int memblock_debug_show(struct seq_file *m, void *private) in memblock_debug_show()
|
D | backing-dev.c | 65 static int bdi_debug_stats_show(struct seq_file *m, void *v) in bdi_debug_stats_show()
|
D | slab.c | 3967 void slabinfo_show_stats(struct seq_file *m, struct kmem_cache *cachep) in slabinfo_show_stats() 4053 static void *leaks_start(struct seq_file *m, loff_t *pos) in leaks_start() 4106 static void show_symbol(struct seq_file *m, unsigned long address) in show_symbol() 4122 static int leaks_show(struct seq_file *m, void *p) in leaks_show()
|
D | zsmalloc.c | 410 unsigned long m; in get_zspage_mapping() local 421 unsigned long m; in set_zspage_mapping() local
|
D | hugetlb.c | 1464 struct huge_bootmem_page *m; in alloc_bootmem_huge_page() local 1505 struct huge_bootmem_page *m; in gather_bootmem_prealloc() local 2362 void hugetlb_report_meminfo(struct seq_file *m) in hugetlb_report_meminfo()
|
D | memcontrol.c | 2788 static int mem_cgroup_slabinfo_read(struct seq_file *m, void *v) in mem_cgroup_slabinfo_read() 4332 static int memcg_numa_stat_show(struct seq_file *m, void *v) in memcg_numa_stat_show() 4387 static int memcg_stat_show(struct seq_file *m, void *v) in memcg_stat_show()
|
D | slub.c | 1819 enum slab_modes l = M_NONE, m = M_NONE; in deactivate_slab() local 5332 void slabinfo_show_stats(struct seq_file *m, struct kmem_cache *s) in slabinfo_show_stats()
|