Home
last modified time | relevance | path

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

/mm/
Ddmapool.c47 size_t allocation; member
95 pages * (pool->allocation / pool->size), in show_pools()
134 size_t allocation; in dma_pool_create() local
150 allocation = max_t(size_t, size, PAGE_SIZE); in dma_pool_create()
153 boundary = allocation; in dma_pool_create()
169 retval->allocation = allocation; in dma_pool_create()
218 } while (offset < pool->allocation); in pool_initialise_page()
228 page->vaddr = dma_alloc_coherent(pool->dev, pool->allocation, in pool_alloc_page()
232 memset(page->vaddr, POOL_POISON_FREED, pool->allocation); in pool_alloc_page()
254 memset(page->vaddr, POOL_POISON_FREED, pool->allocation); in pool_free_page()
[all …]
DKconfig.debug25 with stack traces of last allocation and freeing of the page, when
99 allocation.
DKconfig252 allocation instead of reclaiming.
304 int "Low address space to protect from user allocation"
309 from userspace allocation. Keeping a user from writing to low pages
380 allocation, by reducing the number of tlb misses and by speeding