Home
last modified time | relevance | path

Searched refs:hugetlb_fault_mutex_hash (Results 1 – 4 of 4) sorted by relevance

/linux/fs/hugetlbfs/
H A Dinode.c663 hash = hugetlb_fault_mutex_hash(mapping, index); in remove_inode_hugepages()
870 hash = hugetlb_fault_mutex_hash(mapping, index); in hugetlbfs_fallocate()
/linux/mm/
H A Dhugetlb.c6034 hash = hugetlb_fault_mutex_hash(mapping, idx); in hugetlb_wp()
6177 hash = hugetlb_fault_mutex_hash(mapping, vmf->pgoff); in hugetlb_handle_userfault()
6211 u32 hash = hugetlb_fault_mutex_hash(mapping, vmf->pgoff); in hugetlb_no_page()
6411 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash()
6428 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) in hugetlb_fault_mutex_hash()
6465 hash = hugetlb_fault_mutex_hash(mapping, vmf.pgoff); in hugetlb_fault()
6409 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) hugetlb_fault_mutex_hash() function
6426 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx) hugetlb_fault_mutex_hash() function
H A Duserfaultfd.c577 hash = hugetlb_fault_mutex_hash(mapping, idx); in mfill_atomic_hugetlb()
/linux/include/linux/
H A Dhugetlb.h173 u32 hugetlb_fault_mutex_hash(struct address_space *mapping, pgoff_t idx);