Lines Matching refs:v
219 static void *m_next(struct seq_file *m, void *v, loff_t *pos) in m_next() argument
222 struct vm_area_struct *vma = v; in m_next()
232 static void m_stop(struct seq_file *m, void *v) in m_stop() argument
235 struct vm_area_struct *vma = v; in m_stop()
359 static int show_map(struct seq_file *m, void *v, int is_pid) in show_map() argument
361 struct vm_area_struct *vma = v; in show_map()
373 static int show_pid_map(struct seq_file *m, void *v) in show_pid_map() argument
375 return show_map(m, v, 1); in show_pid_map()
378 static int show_tid_map(struct seq_file *m, void *v) in show_tid_map() argument
380 return show_map(m, v, 0); in show_tid_map()
543 static int show_smap(struct seq_file *m, void *v, int is_pid) in show_smap() argument
547 struct vm_area_struct *vma = v; in show_smap()
608 static int show_pid_smap(struct seq_file *m, void *v) in show_pid_smap() argument
610 return show_smap(m, v, 1); in show_pid_smap()
613 static int show_tid_smap(struct seq_file *m, void *v) in show_tid_smap() argument
615 return show_smap(m, v, 0); in show_tid_smap()
1230 static int show_numa_map(struct seq_file *m, void *v, int is_pid) in show_numa_map() argument
1234 struct vm_area_struct *vma = v; in show_numa_map()
1322 static int show_pid_numa_map(struct seq_file *m, void *v) in show_pid_numa_map() argument
1324 return show_numa_map(m, v, 1); in show_pid_numa_map()
1327 static int show_tid_numa_map(struct seq_file *m, void *v) in show_tid_numa_map() argument
1329 return show_numa_map(m, v, 0); in show_tid_numa_map()