Searched refs:hugetlb_vmemmap_restore_folio (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dhugetlb_vmemmap.h21 int hugetlb_vmemmap_restore_folio(const struct hstate *h, struct folio *folio);
46 static inline int hugetlb_vmemmap_restore_folio(const struct hstate *h, struct folio *folio) function
H A Dhugetlb_vmemmap.c473 * hugetlb_vmemmap_restore_folio - restore previously optimized (by
482 int hugetlb_vmemmap_restore_folio(const struct hstate *h, struct folio *folio) function
H A Dhugetlb.c1758 * is no longer identified as a hugetlb page. hugetlb_vmemmap_restore_folio
1761 if (clear_dtor && hugetlb_vmemmap_restore_folio(h, folio)) {
1904 if (hugetlb_vmemmap_restore_folio(h, folio)) {
2474 rc = hugetlb_vmemmap_restore_folio(h, folio);
3965 * no longer a hugetlb folio. hugetlb_vmemmap_restore_folio can only be
3969 rc = hugetlb_vmemmap_restore_folio(h, folio);

Completed in 221 milliseconds