Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/seq/
Dseq_memory.c261 if (pool->max_used < used) in snd_seq_cell_alloc()
262 pool->max_used = used; in snd_seq_cell_alloc()
405 pool->max_used = 0; in snd_seq_pool_init()
476 pool->max_used = 0; in snd_seq_pool_new()
502 snd_iprintf(buffer, "%sPeak cells in use : %d\n", space, pool->max_used); in snd_seq_info_pool()
Dseq_memory.h39 int max_used; member
/kernel/linux/linux-5.10/tools/vm/
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()
/kernel/linux/linux-5.10/drivers/usb/host/
Dehci-sched.c1415 unsigned max_used; in sitd_slot_ok() local
1420 max_used = ehci->uframe_periodic_max - stream->ps.usecs; in sitd_slot_ok()
1422 if (ehci->bandwidth[uf] > max_used) in sitd_slot_ok()
1428 max_used = ehci->uframe_periodic_max - in sitd_slot_ok()
1435 if (ehci->bandwidth[uf+i] > max_used) in sitd_slot_ok()
/kernel/linux/linux-5.10/drivers/block/zram/
Dzram_drv.c1010 long max_used; in mm_stat_show() local
1022 max_used = atomic_long_read(&zram->stats.max_used_pages); in mm_stat_show()
1030 max_used << PAGE_SHIFT, in mm_stat_show()