Searched refs:total_pcm_alloc_bytes (Results 1 – 2 of 2) sorted by relevance
40 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()
125 size_t total_pcm_alloc_bytes; /* total amount of allocated buffers */ member