Searched refs:vma_end_reservation (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | hugetlbfs_reserv.rst | 359 void vma_end_reservation(struct hstate *h, 382 如果不是,则调用vma_end_reservation。全局和子池的预留计数根据操作的成功或失败进行调整,
|
/openbmc/linux/mm/ |
H A D | hugetlb.c | 2815 static void vma_end_reservation(struct hstate *h, in vma_end_reservation() function 2875 vma_end_reservation(h, vma, address); in restore_reserve_on_error() 2922 vma_end_reservation(h, vma, address); in restore_reserve_on_error() 3085 vma_end_reservation(h, vma, addr); in alloc_hugetlb_folio() 3183 vma_end_reservation(h, vma, addr); in alloc_hugetlb_folio() 6001 vma_end_reservation(h, vma, haddr); in hugetlb_no_page() 6188 vma_end_reservation(h, vma, haddr); in hugetlb_fault()
|
/openbmc/linux/Documentation/mm/ |
H A D | hugetlbfs_reserv.rst | 485 void vma_end_reservation(struct hstate *h, 517 then vma_commit_reservation is called. If not, vma_end_reservation is called.
|