Home
last modified time | relevance | path

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

/mm/
A Dsparse-vmemmap.c109 unsigned long allocated = altmap->alloc + altmap->align; in vmem_altmap_nr_free() local
111 if (altmap->free > allocated) in vmem_altmap_nr_free()
112 return altmap->free - allocated; in vmem_altmap_nr_free()
A Dhugetlb.c2405 long needed, allocated; in gather_surplus_pages() local
2422 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() local
3810 unsigned long allocated; in set_max_huge_pages() local
3888 allocated = 0; in set_max_huge_pages()
[all …]
A Drmap.c189 struct anon_vma *anon_vma, *allocated; in __anon_vma_prepare() local
200 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()
A DKconfig.debug22 pages are being allocated and freed, as unexpected state changes
272 reporting false positives. Since memory may be allocated or
A DKconfig33 compress them into a dynamically allocated RAM-based memory pool.
253 that will be allocated into the same kmalloc bucket as a
299 that effectively diverges the memory objects allocated for different
476 # Don't discard allocated memory used to track "memory" and "reserved" memblocks
972 be allocated from it. This way, the kernel can use the memory for
974 allocated pages are migrated away to serve the contiguous request.
A Dshmem.c1938 goto allocated; in shmem_alloc_and_add_folio()
1952 allocated: in shmem_alloc_and_add_folio()

Completed in 39 milliseconds