Searched refs:do_maps_open (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/proc/ |
D | task_mmu.c | 244 static int do_maps_open(struct inode *inode, struct file *file, in do_maps_open() function 398 return do_maps_open(inode, file, &proc_pid_maps_op); in pid_maps_open() 403 return do_maps_open(inode, file, &proc_tid_maps_op); in tid_maps_open() 747 return do_maps_open(inode, file, &proc_pid_smaps_op); in pid_smaps_open() 752 return do_maps_open(inode, file, &proc_tid_smaps_op); in tid_smaps_open()
|