Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/seq/
H A Dseq_memory.c320 if (pool->max_used < used) in snd_seq_cell_alloc()
321 pool->max_used = used; in snd_seq_cell_alloc()
470 pool->max_used = 0; in snd_seq_pool_init()
541 pool->max_used = 0; in snd_seq_pool_new()
567 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
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c1182 if (qp->buf_pool.num_active > qp->buf_pool.max_used) in qla_get_buf()
1183 qp->buf_pool.max_used = qp->buf_pool.num_active; in qla_get_buf()
1227 qp->buf_pool.prev_max = qp->buf_pool.max_used; in __qla_adjust_buf()
1228 qp->buf_pool.max_used = qp->buf_pool.num_active; in __qla_adjust_buf()
1230 if (qp->buf_pool.prev_max > qp->buf_pool.max_used && in __qla_adjust_buf()
1231 qp->buf_pool.num_alloc > qp->buf_pool.max_used) { in __qla_adjust_buf()
1233 trim = qp->buf_pool.num_alloc - qp->buf_pool.max_used; in __qla_adjust_buf()
1237 } else if (!qp->buf_pool.prev_max && !qp->buf_pool.max_used) { in __qla_adjust_buf()
H A Dqla_def.h3798 u16 max_used; member
/openbmc/linux/tools/mm/
H A Dslabinfo.c825 unsigned long long min_used = max, max_used = 0, in totals() local
924 if (used > max_used) in totals()
925 max_used = used; in totals()
1034 store_size(b3, max_used);store_size(b4, total_used); in totals()
/openbmc/linux/drivers/usb/host/
H A Dehci-sched.c1426 unsigned max_used; in sitd_slot_ok() local
1431 max_used = ehci->uframe_periodic_max - stream->ps.usecs; in sitd_slot_ok()
1433 if (ehci->bandwidth[uf] > max_used) in sitd_slot_ok()
1439 max_used = ehci->uframe_periodic_max - in sitd_slot_ok()
1446 if (ehci->bandwidth[uf+i] > max_used) in sitd_slot_ok()
/openbmc/linux/drivers/block/zram/
H A Dzram_drv.c1161 long max_used; in mm_stat_show() local
1173 max_used = atomic_long_read(&zram->stats.max_used_pages); in mm_stat_show()
1181 max_used << PAGE_SHIFT, in mm_stat_show()