Searched refs:allocated (Results 1 – 5 of 5) sorted by relevance
98 unsigned long allocated = altmap->alloc + altmap->align; in vmem_altmap_nr_free() local100 if (altmap->free > allocated) in vmem_altmap_nr_free()101 return altmap->free - allocated; in vmem_altmap_nr_free()
188 struct anon_vma *anon_vma, *allocated; in __anon_vma_prepare() local198 allocated = NULL; in __anon_vma_prepare()204 allocated = anon_vma; in __anon_vma_prepare()214 allocated = NULL; in __anon_vma_prepare()220 if (unlikely(allocated)) in __anon_vma_prepare()221 put_anon_vma(allocated); in __anon_vma_prepare()
132 # Don't discard allocated memory used to track "memory" and "reserved" memblocks495 be allocated from it. This way, the kernel can use the memory for497 allocated pages are migrated away to serve the contiguous request.554 compress them into a dynamically allocated RAM-based memory pool.715 access the allocated space.
22 pages are being allocated and freed, as unexpected state changes
2017 int needed, allocated; in gather_surplus_pages() local2026 allocated = 0; in gather_surplus_pages()2042 allocated += i; in gather_surplus_pages()2050 (h->free_huge_pages + allocated); in gather_surplus_pages()2069 needed += allocated; in gather_surplus_pages()