Searched refs:page_add_anon_rmap (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drmap.h164 void page_add_anon_rmap(struct page *, struct vm_area_struct *, unsigned long);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmigrate.c137 page_add_anon_rmap(new, vma, addr);
H A Drmap.c835 * We have exclusion against page_add_anon_rmap because the caller
849 * page_add_anon_rmap - add pte mapping to an anonymous page
859 void page_add_anon_rmap(struct page *page, function
868 * Everybody else should continue to use page_add_anon_rmap above.
893 * Same as page_add_anon_rmap but must only be called on *new* pages.
963 * but that might overwrite a racing page_add_anon_rmap
H A Dksm.c796 page_add_anon_rmap(kpage, vma, addr);
H A Dswapfile.c901 page_add_anon_rmap(page, vma, addr);

Completed in 66 milliseconds