Searched refs:hugetlb_acct_memory (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | hugetlb.c | 98 static int hugetlb_acct_memory(struct hstate *h, long delta); 111 hugetlb_acct_memory(spool->hstate, in unlock_or_release_subpool() 132 if (min_hpages != -1 && hugetlb_acct_memory(h, min_hpages)) { in hugepage_new_subpool() 754 if (!hugetlb_acct_memory(h, 1)) in hugetlb_fix_reserve_counts() 2444 hugetlb_acct_memory(h, -rsv_adjust); in alloc_huge_page() 3622 static int hugetlb_acct_memory(struct hstate *h, long delta) in hugetlb_acct_memory() function 3709 hugetlb_acct_memory(h, -gbl_reserve); in hugetlb_vm_op_close() 5219 ret = hugetlb_acct_memory(h, gbl_reserve); in hugetlb_reserve_pages() 5239 hugetlb_acct_memory(h, -gbl_reserve); in hugetlb_reserve_pages() 5262 hugetlb_acct_memory( in hugetlb_reserve_pages() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | hugetlb.c | 94 static int hugetlb_acct_memory(struct hstate *h, long delta); 124 hugetlb_acct_memory(spool->hstate, in unlock_or_release_subpool() 145 if (min_hpages != -1 && hugetlb_acct_memory(h, min_hpages)) { in hugepage_new_subpool() 944 if (!hugetlb_acct_memory(h, 1)) in hugetlb_fix_reserve_counts() 3155 hugetlb_acct_memory(h, -rsv_adjust); in alloc_hugetlb_folio() 4788 static int hugetlb_acct_memory(struct hstate *h, long delta) in hugetlb_acct_memory() function 4901 hugetlb_acct_memory(h, -gbl_reserve); in hugetlb_vm_op_close() 6796 if (hugetlb_acct_memory(h, gbl_reserve) < 0) in hugetlb_reserve_pages() 6814 hugetlb_acct_memory(h, -gbl_reserve); in hugetlb_reserve_pages() 6836 hugetlb_acct_memory( in hugetlb_reserve_pages() [all...] |
Completed in 16 milliseconds