Searched refs:block_count (Results 1 – 1 of 1) sorted by relevance
6992 unsigned int last_block_buf_count = 0, block_count = 1; in allocate_output_buffer() local6997 block_count = (drv_ctx.op_buf.actualcount + block_buf_count - 1) / block_buf_count; in allocate_output_buffer()7001 block_count, block_buf_count, last_block_buf_count); in allocate_output_buffer()7005 for (; idx < block_count; idx++) { in allocate_output_buffer()7006 int cnt = ((idx == block_count - 1) && last_block_buf_count) ? in allocate_output_buffer()7026 if (idx != block_count) { in allocate_output_buffer()7035 for (idx = 0; idx < block_count; idx++) { in allocate_output_buffer()7043 int cnt = ((idx == block_count - 1) && last_block_buf_count) ? in allocate_output_buffer()7052 if (idx != block_count) { in allocate_output_buffer()7061 for (; idx < block_count; idx++) { in allocate_output_buffer()[all …]