Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/vm/
Dhugetlbfs_reserv.rst196 The helper routine vma_needs_reservation() is called to determine if a
200 The value returned from vma_needs_reservation() is generally
248 to vma_needs_reservation() at the beginning of alloc_huge_page() and the
253 return value from vma_needs_reservation and vma_commit_reservation. If such
466 long vma_needs_reservation(struct hstate *h,
479 vma_needs_reservation. It will add a reservation entry for the page. It
482 vma_needs_reservation. An unexpected difference indicates the reservation
491 vma_needs_reservation. It will abort/end the in progress reservation add
500 This routine is used in conjunction with vma_needs_reservation in an attempt
515 map modifications are performed in two steps. First vma_needs_reservation
/Linux-v4.19/mm/
Dhugetlb.c1922 static long vma_needs_reservation(struct hstate *h, in vma_needs_reservation() function
1962 long rc = vma_needs_reservation(h, vma, address); in restore_reserve_on_error()
2007 map_chg = gbl_chg = vma_needs_reservation(h, vma, addr); in alloc_huge_page()
3811 if (vma_needs_reservation(h, vma, haddr) < 0) { in hugetlb_no_page()
3960 if (vma_needs_reservation(h, vma, haddr) < 0) { in hugetlb_fault()