Searched refs:non_hvo_folios (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/mm/ |
D | hugetlb_vmemmap.h | 24 struct list_head *non_hvo_folios); 53 struct list_head *non_hvo_folios) in hugetlb_vmemmap_restore_folios() argument 55 list_splice_init(folio_list, non_hvo_folios); in hugetlb_vmemmap_restore_folios()
|
D | hugetlb_vmemmap.c | 515 struct list_head *non_hvo_folios) in hugetlb_vmemmap_restore_folios() argument 534 list_move(&folio->lru, non_hvo_folios); in hugetlb_vmemmap_restore_folios()
|
D | hugetlb.c | 1780 struct list_head *non_hvo_folios) in bulk_vmemmap_restore_error() argument 1784 if (!list_empty(non_hvo_folios)) { in bulk_vmemmap_restore_error() 1792 list_for_each_entry_safe(folio, t_folio, non_hvo_folios, lru) { in bulk_vmemmap_restore_error() 1834 LIST_HEAD(non_hvo_folios); in update_and_free_pages_bulk() 1842 ret = hugetlb_vmemmap_restore_folios(h, folio_list, &non_hvo_folios); in update_and_free_pages_bulk() 1844 bulk_vmemmap_restore_error(h, folio_list, &non_hvo_folios); in update_and_free_pages_bulk() 1857 if (!list_empty(&non_hvo_folios) && ret) { in update_and_free_pages_bulk() 1859 list_for_each_entry(folio, &non_hvo_folios, lru) in update_and_free_pages_bulk() 1864 list_for_each_entry_safe(folio, t_folio, &non_hvo_folios, lru) { in update_and_free_pages_bulk()
|