Searched refs:hugetlb_fault_mutex_hash (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/mm/ |
D | userfaultfd.c | 406 hash = hugetlb_fault_mutex_hash(mapping, idx); in __mcopy_atomic_hugetlb()
|
D | hugetlb.c | 5399 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_wp() 5559 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_handle_userfault() 5596 u32 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_no_page() 5793 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash() function 5810 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash() function 5854 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_fault()
|
/Linux-v6.1/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-v6.1/include/linux/ |
D | hugetlb.h | 191 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx);
|