Searched refs:is_pid (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | task_nommu.c | 127 struct vm_area_struct *vma, bool is_pid) in pid_of_stack() argument 136 task = task_of_stack(task, vma, is_pid); in pid_of_stack() 149 int is_pid) in nommu_vma_show() argument 185 pid_t tid = pid_of_stack(priv, vma, is_pid); in nommu_vma_show() 193 if (!is_pid || (vma->vm_start <= mm->start_stack && in nommu_vma_show() 208 static int show_map(struct seq_file *m, void *_p, int is_pid) in show_map() argument 213 is_pid); in show_map()
|
D | task_mmu.c | 250 struct vm_area_struct *vma, bool is_pid) in pid_of_stack() argument 259 task = task_of_stack(task, vma, is_pid); in pid_of_stack() 269 show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid) in show_map_vma() argument 338 tid = pid_of_stack(priv, vma, is_pid); in show_map_vma() 344 if (!is_pid || (vma->vm_start <= mm->start_stack && in show_map_vma() 363 static int show_map(struct seq_file *m, void *v, int is_pid) in show_map() argument 365 show_map_vma(m, v, is_pid); in show_map() 613 static int show_smap(struct seq_file *m, void *v, int is_pid) in show_smap() argument 627 show_map_vma(m, vma, is_pid); in show_smap() 1476 static int show_numa_map(struct seq_file *m, void *v, int is_pid) in show_numa_map() argument [all …]
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 51 static int is_pid(struct dentry *dentry) in is_pid() function 77 if (is_pid(parent)) in dentry_name() 93 if (is_pid(parent)) { in dentry_name()
|