Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/vm/
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-v5.15/mm/
Dhugetlb.c2478 static long vma_commit_reservation(struct hstate *h, in vma_commit_reservation() function
2837 map_commit = vma_commit_reservation(h, vma, addr); in alloc_huge_page()