written_bytes 143 tools/perf/tests/code-reading.c size_t off, read_bytes, written_bytes; written_bytes 173 tools/perf/tests/code-reading.c written_bytes = MIN(read_bytes, *len - off); written_bytes 174 tools/perf/tests/code-reading.c memcpy(buf + off, tmp, written_bytes); written_bytes 175 tools/perf/tests/code-reading.c off_last = off + written_bytes;