Home
last modified time | relevance | path

Searched refs:allocation (Results 1 – 3 of 3) sorted by relevance

/mm/
A Ddmapool.c57 unsigned int allocation; member
128 if ((dma - page->dma) < pool->allocation) in pool_find_page()
162 memset(page->vaddr, POOL_POISON_FREED, pool->allocation); in pool_init_page()
230 size_t allocation; in dma_pool_create_node() local
247 allocation = max_t(size_t, size, PAGE_SIZE); in dma_pool_create_node()
250 boundary = allocation; in dma_pool_create_node()
254 boundary = min(boundary, allocation); in dma_pool_create_node()
268 retval->allocation = allocation; in dma_pool_create_node()
309 while (offset + pool->size <= pool->allocation) { in pool_initialise_page()
387 dma_free_coherent(pool->dev, pool->allocation, in dma_pool_destroy()
[all …]
A DKconfig247 bool "Support allocation from separate kmalloc buckets"
254 target object. To avoid sharing these allocation buckets,
268 The statistics are useful to debug slab allocation behavior in
281 Per cpu partial caches accelerate objects allocation and freeing
293 normal kmalloc allocation and makes kmalloc randomly pick one based
687 allocation instead of reclaiming.
718 allocation/free throughput. But too large scale factor may hurt
754 int "Low address space to protect from user allocation"
759 from userspace allocation. Keeping a user from writing to low pages
840 allocation, by reducing the number of tlb misses and by speeding
[all …]
A DKconfig.debug25 with stack traces of last allocation and freeing of the page, when
251 detector. The memory allocation/freeing is traced in a way

Completed in 12 milliseconds