Home
last modified time | relevance | path

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

/linux/sound/core/seq/
A Dseq_memory.c260 if (pool->max_used < used) in snd_seq_cell_alloc()
261 pool->max_used = used; in snd_seq_cell_alloc()
404 pool->max_used = 0; in snd_seq_pool_init()
475 pool->max_used = 0; in snd_seq_pool_new()
501 snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used); in snd_seq_info_pool()
A Dseq_memory.h39 int max_used; member
/linux/tools/vm/
A Dslabinfo.c801 unsigned long long min_used = max, max_used = 0, in totals() local
900 if (used > max_used) in totals()
901 max_used = used; in totals()
1010 store_size(b3, max_used);store_size(b4, total_used); in totals()
/linux/drivers/usb/host/
A Dehci-sched.c1427 unsigned max_used; in sitd_slot_ok() local
1432 max_used = ehci->uframe_periodic_max - stream->ps.usecs; in sitd_slot_ok()
1434 if (ehci->bandwidth[uf] > max_used) in sitd_slot_ok()
1440 max_used = ehci->uframe_periodic_max - in sitd_slot_ok()
1447 if (ehci->bandwidth[uf+i] > max_used) in sitd_slot_ok()
/linux/drivers/block/zram/
A Dzram_drv.c1097 long max_used; in mm_stat_show() local
1109 max_used = atomic_long_read(&zram->stats.max_used_pages); in mm_stat_show()
1117 max_used << PAGE_SHIFT, in mm_stat_show()

Completed in 19 milliseconds