Searched refs:allocated (Results 1 – 6 of 6) sorted by relevance
109 unsigned long allocated = altmap->alloc + altmap->align; in vmem_altmap_nr_free() local111 if (altmap->free > allocated) in vmem_altmap_nr_free()112 return altmap->free - allocated; in vmem_altmap_nr_free()
2405 long needed, allocated; in gather_surplus_pages() local2422 allocated = 0; in gather_surplus_pages()2443 allocated += i; in gather_surplus_pages()2451 (h->free_huge_pages + allocated); in gather_surplus_pages()2470 needed += allocated; in gather_surplus_pages()3535 if (allocated < h->max_huge_pages) { in hugetlb_hstate_alloc_pages_errcheck()3541 h->max_huge_pages = allocated; in hugetlb_hstate_alloc_pages_errcheck()3645 unsigned long allocated; in hugetlb_hstate_alloc_pages() local3810 unsigned long allocated; in set_max_huge_pages() local3888 allocated = 0; in set_max_huge_pages()[all …]
189 struct anon_vma *anon_vma, *allocated; in __anon_vma_prepare() local200 allocated = NULL; in __anon_vma_prepare()206 allocated = anon_vma; in __anon_vma_prepare()216 allocated = NULL; in __anon_vma_prepare()222 if (unlikely(allocated)) in __anon_vma_prepare()223 put_anon_vma(allocated); in __anon_vma_prepare()
22 pages are being allocated and freed, as unexpected state changes272 reporting false positives. Since memory may be allocated or
33 compress them into a dynamically allocated RAM-based memory pool.253 that will be allocated into the same kmalloc bucket as a299 that effectively diverges the memory objects allocated for different476 # Don't discard allocated memory used to track "memory" and "reserved" memblocks972 be allocated from it. This way, the kernel can use the memory for974 allocated pages are migrated away to serve the contiguous request.
1938 goto allocated; in shmem_alloc_and_add_folio()1952 allocated: in shmem_alloc_and_add_folio()
Completed in 39 milliseconds