Searched refs:hugetlb_acct_memory (Results 1 - 1 of 1) sorted by path

/linux-master/mm/
H A Dhugetlb.c95 static int hugetlb_acct_memory(struct hstate *h, long delta);
125 hugetlb_acct_memory(spool->hstate,
146 if (min_hpages != -1 && hugetlb_acct_memory(h, min_hpages)) {
945 if (!hugetlb_acct_memory(h, 1))
3254 hugetlb_acct_memory(h, -rsv_adjust);
5123 static int hugetlb_acct_memory(struct hstate *h, long delta) function
5236 hugetlb_acct_memory(h, -gbl_reserve);
7181 if (hugetlb_acct_memory(h, gbl_reserve) < 0)
7199 hugetlb_acct_memory(h, -gbl_reserve);
7221 hugetlb_acct_memory(
[all...]

Completed in 177 milliseconds