Searched refs:new_folio_t (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | migrate.h | 10 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()
|
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | page_migration.rst | 58 2. 我们需要有一个new_folio_t类型的函数,可以传递给migrate_pages()。这个函数应该计算
|
/openbmc/linux/mm/ |
H A D | migrate.c | 1106 static int migrate_folio_unmap(new_folio_t get_new_folio, in migrate_folio_unmap() 1364 static int unmap_and_move_huge_page(new_folio_t get_new_folio, in unmap_and_move_huge_page() 1518 static int migrate_hugetlbs(struct list_head *from, new_folio_t get_new_folio, in migrate_hugetlbs() 1617 new_folio_t get_new_folio, free_folio_t put_new_folio, in migrate_pages_batch() 1823 static int migrate_pages_sync(struct list_head *from, new_folio_t get_new_folio, in migrate_pages_sync() 1895 int migrate_pages(struct list_head *from, new_folio_t get_new_folio, in migrate_pages()
|
/openbmc/linux/Documentation/mm/ |
H A D | page_migration.rst | 76 2. We need to have a function of type new_folio_t that can be
|