Home
last modified time | relevance | path

Searched refs:copy_page_owner (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Dpage_owner.h39 static inline void copy_page_owner(struct page *oldpage, struct page *newpage) in copy_page_owner() function
66 static inline void copy_page_owner(struct page *oldpage, struct page *newpage) in copy_page_owner() function
/Linux-v5.10/mm/
Dmigrate.c669 copy_page_owner(page, newpage); in migrate_page_states()