Searched refs:expected_mem_bytes (Results 1 – 1 of 1) sorted by relevance
3397 unsigned expected_mem_bytes = roundup_pow_of_two(s->max_mem); in __bch2_trans_get() local3399 trans->mem = kmalloc(expected_mem_bytes, GFP_KERNEL); in __bch2_trans_get()3401 trans->mem_bytes = expected_mem_bytes; in __bch2_trans_get()