Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_memory.c318 if (pool->max_used < used) in snd_seq_cell_alloc()
319 pool->max_used = used; in snd_seq_cell_alloc()
467 pool->max_used = 0; in snd_seq_pool_init()
533 pool->max_used = 0; in snd_seq_pool_new()
559 snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used); in snd_seq_info_pool()
H A Dseq_memory.h56 int max_used; member
/linux/tools/mm/
H A Dslabinfo.c827 unsigned long long min_used = max, max_used = 0, in totals()
926 if (used > max_used) in totals()
927 max_used = used; in totals()
1036 store_size(b3, max_used);store_size(b4, total_used); in totals()
828 unsigned long long min_used = max, max_used = 0, totals() local
/linux/drivers/usb/host/
H A Dehci-sched.c1425 unsigned max_used; in sitd_slot_ok() local
1430 max_used = ehci->uframe_periodic_max - stream->ps.usecs; in sitd_slot_ok()
1432 if (ehci->bandwidth[uf] > max_used) in sitd_slot_ok()
1438 max_used = ehci->uframe_periodic_max - in sitd_slot_ok()
1445 if (ehci->bandwidth[uf+i] > max_used) in sitd_slot_ok()