Lines Matching refs:m
3419 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() argument
3426 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() argument
3431 static void s_stop(struct seq_file *m, void *p) in s_stop() argument
3437 static void show_numa_info(struct seq_file *m, struct vm_struct *v) in show_numa_info() argument
3440 unsigned int nr, *counters = m->private; in show_numa_info()
3457 seq_printf(m, " N%u=%u", nr, counters[nr]); in show_numa_info()
3461 static void show_purge_info(struct seq_file *m) in show_purge_info() argument
3471 seq_printf(m, "0x%pK-0x%pK %7ld unpurged vm_area\n", in show_purge_info()
3477 static int s_show(struct seq_file *m, void *p) in s_show() argument
3489 seq_printf(m, "0x%pK-0x%pK %7ld vm_map_ram\n", in s_show()
3498 seq_printf(m, "0x%pK-0x%pK %7ld", in s_show()
3502 seq_printf(m, " %pS", v->caller); in s_show()
3505 seq_printf(m, " pages=%d", v->nr_pages); in s_show()
3508 seq_printf(m, " phys=%pa", &v->phys_addr); in s_show()
3511 seq_puts(m, " ioremap"); in s_show()
3514 seq_puts(m, " vmalloc"); in s_show()
3517 seq_puts(m, " vmap"); in s_show()
3520 seq_puts(m, " user"); in s_show()
3523 seq_puts(m, " dma-coherent"); in s_show()
3526 seq_puts(m, " vpages"); in s_show()
3528 show_numa_info(m, v); in s_show()
3529 seq_putc(m, '\n'); in s_show()
3538 show_purge_info(m); in s_show()