Searched refs:hugetlb_acct_memory (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/mm/ | 
| D | hugetlb.c | 70 static int hugetlb_acct_memory(struct hstate *h, long delta); 83 			hugetlb_acct_memory(spool->hstate,  in unlock_or_release_subpool() 104 	if (min_hpages != -1 && hugetlb_acct_memory(h, min_hpages)) {  in hugepage_new_subpool() 577 		hugetlb_acct_memory(h, 1);  in hugetlb_fix_reserve_counts() 1926 		hugetlb_acct_memory(h, -rsv_adjust);  in alloc_huge_page() 2920 static int hugetlb_acct_memory(struct hstate *h, long delta)  in hugetlb_acct_memory()  function 3001 		hugetlb_acct_memory(h, -gbl_reserve);  in hugetlb_vm_op_close() 4060 	ret = hugetlb_acct_memory(h, gbl_reserve);  in hugetlb_reserve_pages() 4093 			hugetlb_acct_memory(h, -rsv_adjust);  in hugetlb_reserve_pages() 4134 	hugetlb_acct_memory(h, -gbl_reserve);  in hugetlb_unreserve_pages()
  |