Home | History | Annotate | Download | only in src

Lines Matching refs:alloc_size

6989         int alloc_size[MAX_NUM_INPUT_OUTPUT_BUFFERS] = {0};
7008 alloc_size[idx] = drv_ctx.op_buf.buffer_size * cnt;
7014 alloc_size[idx],
7020 DEBUG_PRINT_LOW("Failed to allocate chunk %ul size = %d", idx, alloc_size[idx]);
7024 DEBUG_PRINT_LOW("Allocated chunk %ul fd = %ul size = %d", idx, pmem_fd[idx], alloc_size[idx]);
7063 alloc_size[idx],
7068 (unsigned int)alloc_size[idx], pmem_fd[idx]);
7078 munmap(pmem_baseaddress_temp[idx], alloc_size[idx]);
7174 drv_ctx.op_buf_map_info[i].map_size = alloc_size[block_idx];