Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/seq/
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()
Dseq_memory.h56 int max_used; member
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_mid.c1181 if (qp->buf_pool.num_active > qp->buf_pool.max_used) in qla_get_buf()
1182 qp->buf_pool.max_used = qp->buf_pool.num_active; in qla_get_buf()
1226 qp->buf_pool.prev_max = qp->buf_pool.max_used; in __qla_adjust_buf()
1227 qp->buf_pool.max_used = qp->buf_pool.num_active; in __qla_adjust_buf()
1229 if (qp->buf_pool.prev_max > qp->buf_pool.max_used && in __qla_adjust_buf()
1230 qp->buf_pool.num_alloc > qp->buf_pool.max_used) { in __qla_adjust_buf()
1232 trim = qp->buf_pool.num_alloc - qp->buf_pool.max_used; in __qla_adjust_buf()
1236 } else if (!qp->buf_pool.prev_max && !qp->buf_pool.max_used) { in __qla_adjust_buf()
Dqla_def.h3788 u16 max_used; member
/Linux-v6.6/tools/mm/
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()
/Linux-v6.6/drivers/usb/host/
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()
/Linux-v6.6/drivers/block/zram/
Dzram_drv.c1143 long max_used; in mm_stat_show() local
1155 max_used = atomic_long_read(&zram->stats.max_used_pages); in mm_stat_show()
1163 max_used << PAGE_SHIFT, in mm_stat_show()