Searched refs:wait_split_huge_page (Results 1 – 5 of 5) sorted by relevance
110 #define wait_split_huge_page(__anon_vma, __pmd) \ macro188 #define wait_split_huge_page(__anon_vma, __pmd) \ macro
568 int wait_split_huge_page; in __pte_alloc() local588 wait_split_huge_page = 0; in __pte_alloc()594 wait_split_huge_page = 1; in __pte_alloc()598 if (wait_split_huge_page) in __pte_alloc()599 wait_split_huge_page(vma->anon_vma, pmd); in __pte_alloc()
198 wait_split_huge_page(vma->anon_vma, pmd); in follow_page_mask()
896 wait_split_huge_page(vma->anon_vma, src_pmd); /* src_vma */ in copy_huge_pmd()1536 wait_split_huge_page(vma->anon_vma, pmd); in __pmd_trans_huge_lock()
353 wait_split_huge_page and then fallback the old code paths. You are354 guaranteed by the time wait_split_huge_page returns, the pmd isn't