Home
last modified time | relevance | path

Searched refs:vma_commit_reservation (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst204 vma_commit_reservation()之间,预留映射有可能被改变。如果hugetlb_reserve_pages在共
350 long vma_commit_reservation(struct hstate *h,
/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst239 The routine vma_commit_reservation() is then called to adjust the reserve
249 call to vma_commit_reservation() after the folio was allocated. This would
253 return value from vma_needs_reservation and vma_commit_reservation. If such
473 long vma_commit_reservation(struct hstate *h,
517 then vma_commit_reservation is called. If not, vma_end_reservation is called.
/linux/mm/
H A Dhugetlb.c2548 * vma_needs_reservation, vma_commit_reservation and vma_end_reservation
2555 * the huge page has been allocated, vma_commit_reservation is called
2560 * In the normal case, vma_commit_reservation returns the same value
2669 static long vma_commit_reservation(struct hstate *h, in vma_commit_reservation() function
3080 retval = vma_commit_reservation(h, vma, addr); in alloc_hugetlb_folio()
3084 * vma_needs_reservation and vma_commit_reservation. in alloc_hugetlb_folio()