Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dmigrate.h10 typedef struct page *new_page_t(struct page *page, unsigned long private); typedef
69 extern int migrate_pages(struct list_head *l, new_page_t new, free_page_t free,
87 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
/Linux-v6.1/Documentation/translations/zh_CN/mm/
Dpage_migration.rst58 2. 我们需要有一个new_page_t类型的函数,可以传递给migrate_pages()。这个函数应该计算
/Linux-v6.1/mm/
Dmigrate.c1156 static int unmap_and_move(new_page_t get_new_page, in unmap_and_move()
1249 static int unmap_and_move_huge_page(new_page_t get_new_page, in unmap_and_move_huge_page()
1414 int migrate_pages(struct list_head *from, new_page_t get_new_page, in migrate_pages()
/Linux-v6.1/Documentation/mm/
Dpage_migration.rst78 2. We need to have a function of type new_page_t that can be