Searched refs:hugetlb_fault_mutex_hash (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb.c | 4198 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_cow() 4334 u32 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_handle_userfault() 4373 u32 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_no_page() 4534 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash() function 4551 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash() function 4613 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_fault()
|
| H A D | userfaultfd.c | 361 hash = hugetlb_fault_mutex_hash(mapping, idx); in __mcopy_atomic_hugetlb()
|
| /OK3568_Linux_fs/kernel/fs/hugetlbfs/ |
| H A D | inode.c | 494 hash = hugetlb_fault_mutex_hash(mapping, index); in remove_inode_hugepages() 713 hash = hugetlb_fault_mutex_hash(mapping, index); in hugetlbfs_fallocate()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hugetlb.h | 157 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx);
|