Searched defs:mem_flags (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Ddmapool.c216 static struct dma_page *pool_alloc_page(struct dma_pool *pool, gfp_t mem_flags) argument
220 page = kmalloc(sizeof(*page), mem_flags);
224 &page->dma, mem_flags);
300 * @mem_flags: GFP_* bitmask
307 void *dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, argument
315 might_sleep_if(mem_flags & __GFP_WAIT);
325 if (mem_flags & __GFP_WAIT) {

Completed in 19 milliseconds