Home
last modified time | relevance | path

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

/Linux-v5.15/sound/core/
Dpcm_memory.c40 card->total_pcm_alloc_bytes + size > max_alloc_per_card) in do_alloc_pages()
46 card->total_pcm_alloc_bytes += dmab->bytes; in do_alloc_pages()
57 WARN_ON(card->total_pcm_alloc_bytes < dmab->bytes); in do_free_pages()
58 card->total_pcm_alloc_bytes -= dmab->bytes; in do_free_pages()
/Linux-v5.15/include/sound/
Dcore.h125 size_t total_pcm_alloc_bytes; /* total amount of allocated buffers */ member