Searched defs:mmap_prot (Results 1 – 4 of 4) sorted by relevance
33 const int mmap_prot = PROT_READ | PROT_WRITE; in run_dio_using_hugetlb() local
68 __u32 mmap_prot; member
2054 int mmap_prot, mmap_flags; in reader__mmap() local
2932 static inline unsigned long mmap_prot(struct file *file, unsigned long prot) in mmap_prot() function