Searched refs:prealloc (Results 1 – 1 of 1) sorted by relevance
849 struct page **prealloc, pte_t pte, struct page *page) in copy_present_page() argument886 new_page = *prealloc; in copy_present_page()894 *prealloc = NULL; in copy_present_page()918 struct page **prealloc) in copy_present_pte() argument930 addr, rss, prealloc, pte, page); in copy_present_pte()995 struct page *prealloc = NULL; in copy_pte_range() local1040 addr, rss, &prealloc); in copy_pte_range()1047 if (unlikely(prealloc)) { in copy_pte_range()1054 put_page(prealloc); in copy_pte_range()1055 prealloc = NULL; in copy_pte_range()[all …]