Searched refs:region_chg (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/Documentation/vm/ |
D | hugetlbfs_reserv.rst | 377 long region_chg(struct resv_map *resv, long f, long t); 384 1) region_chg() is called to examine the reserve map and determine how 393 region_chg(). 398 are guaranteed to succeed after a prior call to region_chg() for the same 399 range. region_chg() is responsible for pre-allocating any data structures 403 As mentioned above, region_chg() determines the number of pages in the range 407 return value of region_chg(). However, in the case of shared mappings it is 409 region_chg() and region_add(). In this case, the return value of region_add() 410 will not match the return value of region_chg(). It is likely that in such 470 This routine calls region_chg() for the specified page. If no reservation [all …]
|
/Linux-v4.19/mm/ |
D | hugetlb.c | 355 static long region_chg(struct resv_map *resv, long f, long t) in region_chg() function 1876 ret = region_chg(resv, idx, idx + 1); in __vma_reservation_common() 4435 chg = region_chg(resv_map, from, to); in hugetlb_reserve_pages()
|