Searched defs:get_unmapped_area (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/media/ | ||
H A D | v4l2-dev.h | 72 unsigned long (*get_unmapped_area) (struct file *, unsigned long, member in struct:v4l2_file_operations |
/linux-4.1.27/include/linux/ | ||
H A D | mm_types.h | 346 unsigned long (*get_unmapped_area) (struct file *filp, member in struct:mm_struct |
H A D | fs.h | 1610 unsigned long (*get_unmapped_area)(struct file *, unsigned long, unsigned long, unsigned long, unsigned long); member in struct:file_operations |
/linux-4.1.27/mm/ | ||
H A D | mmap.c | 1997 get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, get_unmapped_area() function 2028 EXPORT_SYMBOL(get_unmapped_area); variable |
Completed in 182 milliseconds