Searched refs:allocated (Results 1 – 5 of 5) sorted by relevance
91 unsigned long allocated = altmap->alloc + altmap->align; in vmem_altmap_nr_free() local93 if (altmap->free > allocated) in vmem_altmap_nr_free()94 return altmap->free - allocated; in vmem_altmap_nr_free()
179 struct anon_vma *anon_vma, *allocated; in __anon_vma_prepare() local189 allocated = NULL; in __anon_vma_prepare()194 allocated = anon_vma; in __anon_vma_prepare()205 allocated = NULL; in __anon_vma_prepare()211 if (unlikely(allocated)) in __anon_vma_prepare()212 put_anon_vma(allocated); in __anon_vma_prepare()
481 be allocated from it. This way, the kernel can use the memory for483 allocated pages are migrated away to serve the contiguous request.533 compress them into a dynamically allocated RAM-based memory pool.577 access the allocated space.
22 pages are being allocated and freed, as unexpected state changes
1821 int needed, allocated; in gather_surplus_pages() local1830 allocated = 0; in gather_surplus_pages()1846 allocated += i; in gather_surplus_pages()1854 (h->free_huge_pages + allocated); in gather_surplus_pages()1873 needed += allocated; in gather_surplus_pages()