Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_memory.c267 if (pool->max_used < used) in snd_seq_cell_alloc()
268 pool->max_used = used; in snd_seq_cell_alloc()
407 pool->max_used = 0; in snd_seq_pool_init()
480 pool->max_used = 0; in snd_seq_pool_new()
517 snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used); in snd_seq_info_pool()
Dseq_memory.h52 int max_used; member