Searched refs:persistent_huge_pages (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dhugetlb.c3776 #define persistent_huge_pages(h) (h->nr_huge_pages - h->surplus_huge_pages) macro
3813 count += persistent_huge_pages(h) -
3834 if (count > persistent_huge_pages(h)) {
3854 while (h->surplus_huge_pages && count > persistent_huge_pages(h)) {
3860 while (count > (persistent_huge_pages(h) + allocated)) {
3922 while (min_count < persistent_huge_pages(h)) {
3935 while (count < persistent_huge_pages(h)) {
3940 h->max_huge_pages = persistent_huge_pages(h);

Completed in 101 milliseconds