Searched refs:max_used (Results 1 – 6 of 6) sorted by relevance
1180 if (qp->buf_pool.num_active > qp->buf_pool.max_used) in qla_get_buf()1181 qp->buf_pool.max_used = qp->buf_pool.num_active; in qla_get_buf()1225 qp->buf_pool.prev_max = qp->buf_pool.max_used; in __qla_adjust_buf()1226 qp->buf_pool.max_used = qp->buf_pool.num_active; in __qla_adjust_buf()1228 if (qp->buf_pool.prev_max > qp->buf_pool.max_used && in __qla_adjust_buf()1229 qp->buf_pool.num_alloc > qp->buf_pool.max_used) { in __qla_adjust_buf()1231 trim = qp->buf_pool.num_alloc - qp->buf_pool.max_used; in __qla_adjust_buf()1235 } else if (!qp->buf_pool.prev_max && !qp->buf_pool.max_used) { in __qla_adjust_buf()
3796 u16 max_used; member
56 int max_used; member
828 unsigned long long min_used = max, max_used = 0, in totals() local927 if (used > max_used) in totals()928 max_used = used; in totals()1037 store_size(b3, max_used);store_size(b4, total_used); in totals()
1426 unsigned max_used; in sitd_slot_ok() local1431 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()
1766 long max_used; in mm_stat_show() local1778 max_used = atomic_long_read(&zram->stats.max_used_pages); in mm_stat_show()1786 max_used << PAGE_SHIFT, in mm_stat_show()