Searched refs:max_mem (Results 1 – 3 of 3) sorted by relevance
724 unsigned max_mem; member
3212 if (new_bytes > s->max_mem) { in __bch2_trans_kmalloc()3224 s->max_mem = new_bytes; in __bch2_trans_kmalloc()3494 if (s->max_mem) { in __bch2_trans_get()3495 unsigned expected_mem_bytes = roundup_pow_of_two(s->max_mem); in __bch2_trans_get()
776 prt_printf(&i->buf, "Max mem used: %u\n", s->max_mem); in btree_transaction_stats_read()
Completed in 15 milliseconds