Searched refs:hugetlb_fault_mutex_hash (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/mm/ |
D | userfaultfd.c | 406 hash = hugetlb_fault_mutex_hash(mapping, idx); in __mcopy_atomic_hugetlb()
|
D | hugetlb.c | 5566 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_wp() 5726 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_handle_userfault() 5763 u32 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_no_page() 5960 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash() function 5977 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash() function 6021 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_fault()
|
/linux-6.1.9/fs/hugetlbfs/ |
D | inode.c | 636 hash = hugetlb_fault_mutex_hash(mapping, index); in remove_inode_hugepages() 845 hash = hugetlb_fault_mutex_hash(mapping, index); in hugetlbfs_fallocate()
|
/linux-6.1.9/include/linux/ |
D | hugetlb.h | 191 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx);
|