Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/translations/zh_CN/mm/
Dhugetlbfs_reserv.rst185 然后调用函数vma_commit_reservation(),根据预留的消耗情况调整预留映射。一般来说,这涉及
197 然后调用函数vma_commit_reservation(),根据预留的消耗情况调整预留映射。一般来说,这涉及
203 vma_commit_reservation()之间,预留映射有可能被改变。如果hugetlb_reserve_pages在共
205 这种罕见的情况可以通过比较vma_needs_reservation和vma_commit_reservation的返回值来
349 long vma_commit_reservation(struct hstate *h,
380 先,在分配页面之前调用vma_needs_reservation。如果分配成功,则调用vma_commit_reservation
/Linux-v6.1/Documentation/mm/
Dhugetlbfs_reserv.rst240 The routine vma_commit_reservation() is then called to adjust the reserve
250 call to vma_commit_reservation() after the page was allocated. This would
254 return value from vma_needs_reservation and vma_commit_reservation. If such
474 long vma_commit_reservation(struct hstate *h,
518 then vma_commit_reservation is called. If not, vma_end_reservation is called.
/Linux-v6.1/mm/
Dhugetlb.c2622 static long vma_commit_reservation(struct hstate *h, in vma_commit_reservation() function
2959 map_commit = vma_commit_reservation(h, vma, addr); in alloc_huge_page()