Home
last modified time | relevance | path

Searched refs:new_page_t (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dmigrate.h8 typedef struct page *new_page_t(struct page *page, unsigned long private, typedef
34 extern int migrate_pages(struct list_head *l, new_page_t new, free_page_t free,
49 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
/linux-4.4.14/mm/
Dmigrate.c927 static ICE_noinline int unmap_and_move(new_page_t get_new_page, in unmap_and_move()
1020 static int unmap_and_move_huge_page(new_page_t get_new_page, in unmap_and_move_huge_page()
1128 int migrate_pages(struct list_head *from, new_page_t get_new_page, in migrate_pages()
/linux-4.4.14/Documentation/vm/
Dpage_migration72 2. We need to have a function of type new_page_t that can be