Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmigrate.h10 typedef struct folio *new_folio_t(struct folio *folio, unsigned long private); typedef
59 int migrate_pages(struct list_head *l, new_folio_t new, free_folio_t free,
78 static inline int migrate_pages(struct list_head *l, new_folio_t new, in migrate_pages()
/linux/Documentation/translations/zh_CN/mm/
H A Dpage_migration.rst58 2. 我们需要有一个new_folio_t类型的函数,可以传递给migrate_pages()。这个函数应该计算
/linux/mm/
H A Dmigrate.c1202 static int migrate_folio_unmap(new_folio_t get_new_folio, in migrate_folio_unmap()
1451 static int unmap_and_move_huge_page(new_folio_t get_new_folio, in unmap_and_move_huge_page()
1610 static int migrate_hugetlbs(struct list_head *from, new_folio_t get_new_folio, in migrate_hugetlbs()
1784 new_folio_t get_new_folio, free_folio_t put_new_folio, in migrate_pages_batch()
1995 static int migrate_pages_sync(struct list_head *from, new_folio_t get_new_folio, in migrate_pages_sync()
2072 int migrate_pages(struct list_head *from, new_folio_t get_new_folio, in migrate_pages()