Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 5 of 5) sorted by relevance

/mm/
Dsparse-vmemmap.c91 unsigned long allocated = altmap->alloc + altmap->align; in vmem_altmap_nr_free() local
93 if (altmap->free > allocated) in vmem_altmap_nr_free()
94 return altmap->free - allocated; in vmem_altmap_nr_free()
Drmap.c179 struct anon_vma *anon_vma, *allocated; in __anon_vma_prepare() local
189 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()
DKconfig481 be allocated from it. This way, the kernel can use the memory for
483 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.
DKconfig.debug22 pages are being allocated and freed, as unexpected state changes
Dhugetlb.c1821 int needed, allocated; in gather_surplus_pages() local
1830 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()