Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/
H A Dmemalloc.c22 #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()