Home
last modified time | relevance | path

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

/linux/mm/
H A Dhugetlb.c6129 * hugetlb_wp() should be called with page lock of the original hugepage held.
6134 static vm_fault_t hugetlb_wp(struct vm_fault *vmf) in hugetlb_wp() function
6592 ret = hugetlb_wp(vmf); in hugetlb_no_page()
6767 /* Check for a racing update before calling hugetlb_wp() */ in hugetlb_fault()
6790 * Anonymous folios need to be lock since hugetlb_wp() in hugetlb_fault()
6800 ret = hugetlb_wp(&vmf); in hugetlb_fault()
6820 * hugetlb_wp() is the only way ret can be set to VM_FAULT_RETRY. in hugetlb_fault()
6827 * hugetlb_wp drops all the locks, but the folio lock, before trying to in hugetlb_fault()