Searched refs:oldpage (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | page_owner.h | 17 extern void __copy_page_owner(struct page *oldpage, struct page *newpage); 41 static inline void copy_page_owner(struct page *oldpage, struct page *newpage) in copy_page_owner() argument 44 __copy_page_owner(oldpage, newpage); in copy_page_owner() 68 static inline void copy_page_owner(struct page *oldpage, struct page *newpage) in copy_page_owner() argument
|
D | ksm.h | 55 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() argument
|
D | hugetlb.h | 173 void move_hugetlb_state(struct page *oldpage, struct page *newpage, int reason); 376 static inline void move_hugetlb_state(struct page *oldpage, in move_hugetlb_state() argument
|
D | memcontrol.h | 735 void mem_cgroup_migrate(struct page *oldpage, struct page *newpage);
|
D | phy.h | 1387 int phy_restore_page(struct phy_device *phydev, int oldpage, int ret);
|