Searched refs:DEFAULT_GFP (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/sound/core/ |
A D | memalloc.c | 22 #define DEFAULT_GFP \ macro 469 return dma_alloc_coherent(dmab->dev.dev, size, &dmab->addr, DEFAULT_GFP); in snd_dma_dev_alloc() 514 return dma_alloc_wc(dmab->dev.dev, size, &dmab->addr, DEFAULT_GFP); in snd_dma_wc_alloc() 549 DEFAULT_GFP, 0); in snd_dma_noncontig_alloc() 786 p = dma_alloc_coherent(dmab->dev.dev, chunk, &addr, DEFAULT_GFP); in snd_dma_sg_fallback_alloc() 874 dmab->dev.dir, DEFAULT_GFP); in snd_dma_noncoherent_alloc()
|
Completed in 6 milliseconds