Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/vm/
Dhugetlbfs_reserv.rst146 The mapping may be associated with a subpool. If so, the subpool is consulted
148 subpool has set aside reservations that can be used for the mapping. See the
151 After consulting the reservation map and subpool, the number of needed new
203 If a reservation does not exist, and there is a subpool associated with the
204 mapping the subpool is consulted to determine if it contains reservations.
205 If the subpool contains reservations, one can be used for this allocation.
237 the subpool associated with the page if it exists. This will be used for
238 subpool accounting when the page is freed.
252 mapping. In such cases, the reservation count and subpool free page count
255 a race is detected, the subpool and global reserve counts are adjusted to
[all …]
/Linux-v5.15/include/linux/
Dhugetlb.h665 struct hugepage_subpool *subpool) in hugetlb_set_page_subpool() argument
667 set_page_private(hpage + SUBPAGE_INDEX_SUBPOOL, (unsigned long)subpool); in hugetlb_set_page_subpool()