Lines Matching refs:is_pid
252 struct vm_area_struct *vma, bool is_pid) in pid_of_stack() argument
261 task = task_of_stack(task, vma, is_pid); in pid_of_stack()
271 show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid) in show_map_vma() argument
340 tid = pid_of_stack(priv, vma, is_pid); in show_map_vma()
346 if (!is_pid || (vma->vm_start <= mm->start_stack && in show_map_vma()
365 static int show_map(struct seq_file *m, void *v, int is_pid) in show_map() argument
367 show_map_vma(m, v, is_pid); in show_map()
660 static int show_smap(struct seq_file *m, void *v, int is_pid) in show_smap() argument
677 show_map_vma(m, vma, is_pid); in show_smap()
1530 static int show_numa_map(struct seq_file *m, void *v, int is_pid) in show_numa_map() argument
1570 pid_t tid = pid_of_stack(proc_priv, vma, is_pid); in show_numa_map()
1576 if (!is_pid || (vma->vm_start <= mm->start_stack && in show_numa_map()