Searched refs:hugetlb_fault_mutex_hash (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/hugetlbfs/ |
D | inode.c | 664 hash = hugetlb_fault_mutex_hash(mapping, index); in remove_inode_hugepages() 871 hash = hugetlb_fault_mutex_hash(mapping, index); in hugetlbfs_fallocate()
|
/linux-6.12.1/mm/ |
D | hugetlb.c | 5887 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_wp() 6030 hash = hugetlb_fault_mutex_hash(mapping, vmf->pgoff); in hugetlb_handle_userfault() 6064 u32 hash = hugetlb_fault_mutex_hash(mapping, vmf->pgoff); in hugetlb_no_page() 6271 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash() function 6288 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash() function 6325 hash = hugetlb_fault_mutex_hash(mapping, vmf.pgoff); in hugetlb_fault()
|
D | userfaultfd.c | 577 hash = hugetlb_fault_mutex_hash(mapping, idx); in mfill_atomic_hugetlb()
|
/linux-6.12.1/include/linux/ |
D | hugetlb.h | 164 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx);
|