Searched refs:vma_commit_reservation (Results 1 – 3 of 3) sorted by relevance
185 然后调用函数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。
240 The routine vma_commit_reservation() is then called to adjust the reserve250 call to vma_commit_reservation() after the page was allocated. This would254 return value from vma_needs_reservation and vma_commit_reservation. If such474 long vma_commit_reservation(struct hstate *h,518 then vma_commit_reservation is called. If not, vma_end_reservation is called.
2622 static long vma_commit_reservation(struct hstate *h, in vma_commit_reservation() function2959 map_commit = vma_commit_reservation(h, vma, addr); in alloc_huge_page()