Searched refs:proc_get_unmapped_area (Results 1 – 2 of 2) sorted by relevance
442 if (pde->proc_ops->proc_get_unmapped_area) in pde_get_unmapped_area()443 return pde->proc_ops->proc_get_unmapped_area(file, orig_addr, len, pgoff, flags); in pde_get_unmapped_area()
50 …unsigned long (*proc_get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long… member