Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/mm/
Dhugetlbfs_reserv.rst144 The mapping may be associated with a subpool. If so, the subpool is consulted
146 subpool has set aside reservations that can be used for the mapping. See the
149 After consulting the reservation map and subpool, the number of needed new
201 If a reservation does not exist, and there is a subpool associated with the
202 mapping the subpool is consulted to determine if it contains reservations.
203 If the subpool contains reservations, one can be used for this allocation.
236 value of the subpool associated with the page if it exists. This will be used
237 for subpool accounting when the folio is freed.
251 mapping. In such cases, the reservation count and subpool free page count
254 a race is detected, the subpool and global reserve counts are adjusted to
[all …]
/linux-6.6.21/Documentation/translations/zh_CN/mm/
Dhugetlbfs_reserv.rst122 该映射可能与一个子池(subpool)相关联。如果是这样,将查询子池以确保有足够的空间用于映射。子池
/linux-6.6.21/include/linux/
Dhugetlb.h782 struct hugepage_subpool *subpool) in hugetlb_set_folio_subpool() argument
784 folio->_hugetlb_subpool = subpool; in hugetlb_set_folio_subpool()