Lines Matching refs:prealloc
802 struct page **prealloc, pte_t pte, struct page *page) in copy_present_page() argument
839 new_page = *prealloc; in copy_present_page()
847 *prealloc = NULL; in copy_present_page()
871 struct page **prealloc) in copy_present_pte() argument
883 addr, rss, prealloc, pte, page); in copy_present_pte()
948 struct page *prealloc = NULL; in copy_pte_range() local
993 addr, rss, &prealloc); in copy_pte_range()
1000 if (unlikely(prealloc)) { in copy_pte_range()
1007 put_page(prealloc); in copy_pte_range()
1008 prealloc = NULL; in copy_pte_range()
1028 prealloc = page_copy_prealloc(src_mm, src_vma, addr); in copy_pte_range()
1029 if (!prealloc) in copy_pte_range()
1037 if (unlikely(prealloc)) in copy_pte_range()
1038 put_page(prealloc); in copy_pte_range()