Searched refs:block_buf_count (Results 1 – 1 of 1) sorted by relevance
6995 unsigned int block_buf_count = block_max_size / drv_ctx.op_buf.buffer_size; in allocate_output_buffer() local6997 if (drv_ctx.op_buf.actualcount <= block_buf_count) { in allocate_output_buffer()6998 block_buf_count = drv_ctx.op_buf.actualcount; in allocate_output_buffer()7000 last_block_buf_count = drv_ctx.op_buf.actualcount % block_buf_count; in allocate_output_buffer()7001 block_count = (drv_ctx.op_buf.actualcount + block_buf_count - 1) / block_buf_count; in allocate_output_buffer()7005 block_count, block_buf_count, last_block_buf_count); in allocate_output_buffer()7011 last_block_buf_count : block_buf_count; in allocate_output_buffer()7048 last_block_buf_count : block_buf_count; in allocate_output_buffer()7168 int block_idx = i / block_buf_count; in allocate_output_buffer()7176 drv_ctx.op_buf_map_info[i].free_buffer = !(i % block_buf_count); in allocate_output_buffer()[all …]