Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_memory.c30 static unsigned long max_alloc_per_card = 32UL * 1024UL * 1024UL; variable
31 module_param(max_alloc_per_card, ulong, 0644);
32 MODULE_PARM_DESC(max_alloc_per_card, "Max total allocation bytes per card.");
39 if (max_alloc_per_card && in do_alloc_pages()
40 card->total_pcm_alloc_bytes + size > max_alloc_per_card) in do_alloc_pages()
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo