Home
last modified time | relevance | path

Searched refs:preallocate_dma (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dpcm_memory.c20 static int preallocate_dma = 1; variable
21 module_param(preallocate_dma, int, 0444);
22 MODULE_PARM_DESC(preallocate_dma, "Preallocate DMA memory when the PCM devices are initialized.");
269 if (size > 0 && preallocate_dma && substream->number < maximum_substreams) in preallocate_pages()
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_memory.c20 static int preallocate_dma = 1; variable
21 module_param(preallocate_dma, int, 0444);
22 MODULE_PARM_DESC(preallocate_dma, "Preallocate DMA memory when the PCM devices are initialized.");
283 } else if (preallocate_dma && in preallocate_pages()

Completed in 3 milliseconds