Lines Matching refs:prealloc
889 struct page **prealloc, pte_t pte, struct page *page) in copy_present_page() argument
909 new_page = *prealloc; in copy_present_page()
917 *prealloc = NULL; in copy_present_page()
941 struct page **prealloc) in copy_present_pte() argument
953 addr, rss, prealloc, pte, page); in copy_present_pte()
1018 struct page *prealloc = NULL; in copy_pte_range() local
1074 addr, rss, &prealloc); in copy_pte_range()
1081 if (unlikely(prealloc)) { in copy_pte_range()
1088 put_page(prealloc); in copy_pte_range()
1089 prealloc = NULL; in copy_pte_range()
1111 prealloc = page_copy_prealloc(src_mm, src_vma, addr); in copy_pte_range()
1112 if (!prealloc) in copy_pte_range()
1124 if (unlikely(prealloc)) in copy_pte_range()
1125 put_page(prealloc); in copy_pte_range()