Searched refs:pde_mmap (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | inode.c | 436 static int pde_mmap(struct proc_dir_entry *pde, struct file *file, struct vm_area_struct *vma) in pde_mmap() function 452 return pde_mmap(pde, file, vma); in proc_reg_mmap() 454 rv = pde_mmap(pde, file, vma); in proc_reg_mmap()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | inode.c | 431 static int pde_mmap(struct proc_dir_entry *pde, struct file *file, struct vm_area_struct *vma) in pde_mmap() function 447 return pde_mmap(pde, file, vma); in proc_reg_mmap() 449 rv = pde_mmap(pde, file, vma); in proc_reg_mmap()
|
Completed in 3 milliseconds