Searched defs:m (Results 1 – 8 of 8) sorted by relevance
/mm/ |
D | vmstat.c | 398 static void *frag_start(struct seq_file *m, loff_t *pos) in frag_start() 410 static void *frag_next(struct seq_file *m, void *arg, loff_t *pos) in frag_next() 418 static void frag_stop(struct seq_file *m, void *arg) in frag_stop() 423 static void walk_zones_in_node(struct seq_file *m, pg_data_t *pgdat, in walk_zones_in_node() 424 void (*print)(struct seq_file *m, pg_data_t *, struct zone *)) in walk_zones_in_node() 440 static void frag_show_print(struct seq_file *m, pg_data_t *pgdat, in frag_show_print() 454 static int frag_show(struct seq_file *m, void *arg) in frag_show() 461 static void pagetypeinfo_showfree_print(struct seq_file *m, in pagetypeinfo_showfree_print() 487 static int pagetypeinfo_showfree(struct seq_file *m, void *arg) in pagetypeinfo_showfree() 503 static void pagetypeinfo_showblockcount_print(struct seq_file *m, in pagetypeinfo_showblockcount_print() [all …]
|
D | slob.c | 464 unsigned int *m; in __kmalloc_node() local 500 unsigned int *m = (unsigned int *)(block - align); in kfree() local 519 unsigned int *m = (unsigned int *)(block - align); in ksize() local
|
D | vmalloc.c | 1721 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 1739 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() 1747 static void s_stop(struct seq_file *m, void *p) in s_stop() 1752 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info() 1771 static int s_show(struct seq_file *m, void *p) in s_show() 1828 struct seq_file *m = file->private_data; in vmalloc_open() local
|
D | slab.c | 4045 static void print_slabinfo_header(struct seq_file *m) in print_slabinfo_header() 4068 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 4079 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() 4084 static void s_stop(struct seq_file *m, void *p) in s_stop() 4089 static int s_show(struct seq_file *m, void *p) in s_show() 4271 static void *leaks_start(struct seq_file *m, loff_t *pos) in leaks_start() 4321 static void show_symbol(struct seq_file *m, unsigned long address) in show_symbol() 4337 static int leaks_show(struct seq_file *m, void *p) in leaks_show() 4411 struct seq_file *m = file->private_data; in slabstats_open() local
|
D | backing-dev.c | 24 static int bdi_debug_stats_show(struct seq_file *m, void *v) in bdi_debug_stats_show()
|
D | hugetlb.c | 1010 struct huge_bootmem_page *m; in alloc_bootmem_huge_page() local 1053 struct huge_bootmem_page *m; in gather_bootmem_prealloc() local 1536 void hugetlb_report_meminfo(struct seq_file *m) in hugetlb_report_meminfo()
|
D | slub.c | 4442 static void print_slabinfo_header(struct seq_file *m) in print_slabinfo_header() 4452 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 4463 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() 4468 static void s_stop(struct seq_file *m, void *p) in s_stop() 4473 static int s_show(struct seq_file *m, void *p) in s_show()
|
D | mempolicy.c | 2267 int show_numa_map(struct seq_file *m, void *v) in show_numa_map()
|