Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmigrate.h10 typedef struct folio *new_folio_t(struct folio *folio, unsigned long private); typedef
70 int migrate_pages(struct list_head *l, new_folio_t new, free_folio_t free,
88 static inline int migrate_pages(struct list_head *l, new_folio_t new, in migrate_pages()
/Linux-v6.6/Documentation/translations/zh_CN/mm/
Dpage_migration.rst58 2. 我们需要有一个new_folio_t类型的函数,可以传递给migrate_pages()。这个函数应该计算
/Linux-v6.6/mm/
Dmigrate.c1100 static int migrate_folio_unmap(new_folio_t get_new_folio, in migrate_folio_unmap()
1354 static int unmap_and_move_huge_page(new_folio_t get_new_folio, in unmap_and_move_huge_page()
1508 static int migrate_hugetlbs(struct list_head *from, new_folio_t get_new_folio, in migrate_hugetlbs()
1607 new_folio_t get_new_folio, free_folio_t put_new_folio, in migrate_pages_batch()
1813 static int migrate_pages_sync(struct list_head *from, new_folio_t get_new_folio, in migrate_pages_sync()
1885 int migrate_pages(struct list_head *from, new_folio_t get_new_folio, in migrate_pages()
/Linux-v6.6/Documentation/mm/
Dpage_migration.rst76 2. We need to have a function of type new_folio_t that can be