Lines Matching refs:prealloc
798 struct page **prealloc, pte_t pte, struct page *page) in copy_present_page() argument
824 new_page = *prealloc; in copy_present_page()
832 *prealloc = NULL; in copy_present_page()
853 struct page **prealloc) in copy_present_pte() argument
865 addr, rss, prealloc, pte, page); in copy_present_pte()
935 struct page *prealloc = NULL; in copy_pte_range() local
979 addr, rss, &prealloc); in copy_pte_range()
986 if (unlikely(prealloc)) { in copy_pte_range()
993 put_page(prealloc); in copy_pte_range()
994 prealloc = NULL; in copy_pte_range()
1014 prealloc = page_copy_prealloc(src_mm, src_vma, addr); in copy_pte_range()
1015 if (!prealloc) in copy_pte_range()
1023 if (unlikely(prealloc)) in copy_pte_range()
1024 put_page(prealloc); in copy_pte_range()