Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/mm/
H A Dhugetlbfs_reserv.rst245 hugepage_subpool的min_hpages字段中被跟踪。在挂载时,hugetlb_acct_memory(min_hpages)
/linux/mm/
H A Dhugetlb.c130 if (spool->min_hpages != -1) in subpool_is_free()
131 return spool->rsv_hpages == spool->min_hpages; in subpool_is_free()
145 if (spool->min_hpages != -1) in unlock_or_release_subpool()
147 -spool->min_hpages); in unlock_or_release_subpool()
153 long min_hpages) in hugepage_new_subpool() argument
165 spool->min_hpages = min_hpages; in hugepage_new_subpool()
167 if (min_hpages != -1 && hugetlb_acct_memory(h, min_hpages)) { in hugepage_new_subpool()
171 spool->rsv_hpages = min_hpages; in hugepage_new_subpool()
214 if (spool->min_hpages != -1 && spool->rsv_hpages) { in hugepage_subpool_get_pages()
254 if (spool->min_hpages != -1 && spool->used_hpages < spool->min_hpages) { in hugepage_subpool_put_pages()
[all …]