intel_guc_log.c | 225 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; local in function:guc_read_update_log_buffer 309 bytes_to_copy = buffer_size - read_offset; 311 bytes_to_copy = write_offset - read_offset; 314 src_data + read_offset, bytes_to_copy);
|