Searched refs:wait_split_huge_page (Results 1 – 5 of 5) sorted by relevance
112 #define wait_split_huge_page(__anon_vma, __pmd) \ macro188 #define wait_split_huge_page(__anon_vma, __pmd) \ macro
569 int wait_split_huge_page; in __pte_alloc() local589 wait_split_huge_page = 0; in __pte_alloc()595 wait_split_huge_page = 1; in __pte_alloc()599 if (wait_split_huge_page) in __pte_alloc()600 wait_split_huge_page(vma->anon_vma, pmd); in __pte_alloc()
232 wait_split_huge_page(vma->anon_vma, pmd); in follow_page_mask()
965 wait_split_huge_page(vma->anon_vma, src_pmd); /* src_vma */ in copy_huge_pmd()1605 wait_split_huge_page(vma->anon_vma, pmd); in __pmd_trans_huge_lock()
363 wait_split_huge_page and then fallback the old code paths. You are364 guaranteed by the time wait_split_huge_page returns, the pmd isn't