Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/translations/zh_CN/mm/
Dhugetlbfs_reserv.rst186 然后调用函数vma_commit_reservation(),根据预留的消耗情况调整预留映射。一般来说,这涉及
198 然后调用函数vma_commit_reservation(),根据预留的消耗情况调整预留映射。一般来说,这涉及
204 vma_commit_reservation()之间,预留映射有可能被改变。如果hugetlb_reserve_pages在共
206 这种罕见的情况可以通过比较vma_needs_reservation和vma_commit_reservation的返回值来
350 long vma_commit_reservation(struct hstate *h,
381 先,在分配页面之前调用vma_needs_reservation。如果分配成功,则调用vma_commit_reservation
/linux-6.12.1/Documentation/mm/
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-6.12.1/mm/
Dhugetlb.c2722 static long vma_commit_reservation(struct hstate *h, in vma_commit_reservation() function
3071 map_commit = vma_commit_reservation(h, vma, addr); in alloc_hugetlb_folio()