Name
page_dup_rmap —
duplicate pte mapping to a page
Synopsis
void page_dup_rmap ( | struct page * | page) ; |
Arguments
page
the page to add the mapping to
For copy_page_range only
minimal extract from page_add_rmap,
avoiding unnecessary tests (already checked) so it's quicker.