Searched refs:new_num_blocks (Results 1 – 1 of 1) sorted by relevance
443 size_t new_num_blocks; in release_tx_blocks() local454 new_num_blocks = DIV_ROUND_UP(new_total_size, conf->tx.block_size); in release_tx_blocks()455 if (new_num_blocks > num_blocks) { in release_tx_blocks()456 LOG_ERR("Requested %d blocks, allocated %d", new_num_blocks, in release_tx_blocks()463 release_index = tx_block_index + new_num_blocks; in release_tx_blocks()464 num_blocks = num_blocks - new_num_blocks; in release_tx_blocks()