Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmigrate.h10 typedef struct page *new_page_t(struct page *page, unsigned long private); typedef
70 int migrate_pages(struct list_head *l, new_page_t new, free_page_t free,
88 static inline int migrate_pages(struct list_head *l, new_page_t new, in migrate_pages()
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dpage_migration.rst58 2. 我们需要有一个new_page_t类型的函数,可以传递给migrate_pages()。这个函数应该计算
/linux-6.3-rc2/mm/
A Dmigrate.c1113 static int migrate_folio_unmap(new_page_t get_new_page, free_page_t put_new_page, in migrate_folio_unmap()
1375 static int unmap_and_move_huge_page(new_page_t get_new_page, in unmap_and_move_huge_page()
1529 static int migrate_hugetlbs(struct list_head *from, new_page_t get_new_page, in migrate_hugetlbs()
1622 static int migrate_pages_batch(struct list_head *from, new_page_t get_new_page, in migrate_pages_batch()
1943 int migrate_pages(struct list_head *from, new_page_t get_new_page, in migrate_pages()
/linux-6.3-rc2/Documentation/mm/
A Dpage_migration.rst76 2. We need to have a function of type new_page_t that can be

Completed in 8 milliseconds