Searched refs:region_add (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/mm/ |
H A D | hugetlb.c | 649 * to region_add or region_del may have consumed some region_entries, 693 * have sufficient entries due to races with other code doing region_add or 701 * region_add of regions of length 1 never allocate file_regions and cannot 702 * fail; region_chg will always allocate at least 1 entry and a region_add for 705 static long region_add(struct resv_map *resv, long f, long t, in region_add() function 731 /* region_add operation of range 1 should never need to in region_add() 756 * call to region_add that will actually modify the reserve 760 * placeholder, for the subsequent region_add call to use. At least 1 765 * to region_add or region_abort for proper accounting. 798 * calls to region_chg and region_add [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 458 * to region_add or region_del may have consumed some region_entries, 502 * have sufficient entries due to races with other code doing region_add or 510 * region_add of regions of length 1 never allocate file_regions and cannot 511 * fail; region_chg will always allocate at least 1 entry and a region_add for 514 static long region_add(struct resv_map *resv, long f, long t, in region_add() function 540 /* region_add operation of range 1 should never need to in region_add() 566 * call to region_add that will actually modify the reserve 570 * placeholder, for the subsequent region_add call to use. At least 1 575 * to region_add or region_abort for proper accounting. 608 * calls to region_chg and region_add [all...] |
Completed in 9 milliseconds