Searched refs:hugetlb_fault_mutex_hash (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/mm/ |
D | userfaultfd.c | 272 hash = hugetlb_fault_mutex_hash(h, mapping, idx, dst_addr); in __mcopy_atomic_hugetlb()
|
D | hugetlb.c | 3918 hash = hugetlb_fault_mutex_hash(h, mapping, idx, haddr); in hugetlb_no_page() 4045 u32 hugetlb_fault_mutex_hash(struct hstate *h, struct address_space *mapping, in hugetlb_fault_mutex_hash() function 4063 u32 hugetlb_fault_mutex_hash(struct hstate *h, struct address_space *mapping, in hugetlb_fault_mutex_hash() function 4108 hash = hugetlb_fault_mutex_hash(h, mapping, idx, haddr); in hugetlb_fault()
|
/Linux-v5.4/fs/hugetlbfs/ |
D | inode.c | 443 hash = hugetlb_fault_mutex_hash(h, mapping, index, 0); in remove_inode_hugepages() 647 hash = hugetlb_fault_mutex_hash(h, mapping, index, addr); in hugetlbfs_fallocate()
|
/Linux-v5.4/include/linux/ |
D | hugetlb.h | 108 u32 hugetlb_fault_mutex_hash(struct hstate *h, struct address_space *mapping,
|