Home
last modified time | relevance | path

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

/linux/sound/core/
A Dpcm_memory.c41 card->total_pcm_alloc_bytes + size > max_alloc_per_card) in do_alloc_pages()
51 card->total_pcm_alloc_bytes += dmab->bytes; in do_alloc_pages()
62 WARN_ON(card->total_pcm_alloc_bytes < dmab->bytes); in do_free_pages()
63 card->total_pcm_alloc_bytes -= dmab->bytes; in do_free_pages()
/linux/include/sound/
A Dcore.h125 size_t total_pcm_alloc_bytes; /* total amount of allocated buffers */ member

Completed in 5 milliseconds