Lines Matching refs:prealloc
907 struct page **prealloc, struct page *page) in copy_present_page() argument
912 new_page = *prealloc; in copy_present_page()
920 *prealloc = NULL; in copy_present_page()
944 struct page **prealloc) in copy_present_pte() argument
964 addr, rss, prealloc, page); in copy_present_pte()
1030 struct page *prealloc = NULL; in copy_pte_range() local
1086 addr, rss, &prealloc); in copy_pte_range()
1093 if (unlikely(prealloc)) { in copy_pte_range()
1100 put_page(prealloc); in copy_pte_range()
1101 prealloc = NULL; in copy_pte_range()
1123 prealloc = page_copy_prealloc(src_mm, src_vma, addr); in copy_pte_range()
1124 if (!prealloc) in copy_pte_range()
1136 if (unlikely(prealloc)) in copy_pte_range()
1137 put_page(prealloc); in copy_pte_range()