Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
Dmemalloc.c393 #define DEFAULT_GFP \ macro
406 p = dma_alloc_coherent(dmab->dev.dev, size, &dmab->addr, DEFAULT_GFP); in snd_dma_dev_alloc()
450 return dma_alloc_wc(dmab->dev.dev, size, &dmab->addr, DEFAULT_GFP); in snd_dma_wc_alloc()