Home
last modified time | relevance | path

Searched refs:ksm_migrate_page (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Dksm.h55 void ksm_migrate_page(struct page *newpage, struct page *oldpage);
86 static inline void ksm_migrate_page(struct page *newpage, struct page *oldpage) in ksm_migrate_page() function
/kernel/linux/linux-5.10/include/linux/
Dksm.h55 void ksm_migrate_page(struct page *newpage, struct page *oldpage);
86 static inline void ksm_migrate_page(struct page *newpage, struct page *oldpage) in ksm_migrate_page() function
/kernel/linux/linux-4.19/mm/
Dmigrate.c707 ksm_migrate_page(newpage, page); in migrate_page_states()
Dksm.c2652 void ksm_migrate_page(struct page *newpage, struct page *oldpage) in ksm_migrate_page() function
/kernel/linux/linux-5.10/mm/
Dksm.c2670 void ksm_migrate_page(struct page *newpage, struct page *oldpage) in ksm_migrate_page() function
Dmigrate.c646 ksm_migrate_page(newpage, page); in migrate_page_states()