Symbol: readn
drivers/scsi/qla2xxx/qla_tmpl.c
111
void (*readn)(void __iomem*, void *, ulong *) = qla27xx_read_vector(width);
drivers/scsi/qla2xxx/qla_tmpl.c
116
readn(window, buf, len);
tools/lib/perf/evsel.c
350
if (readn(*fd, data, size) <= 0) {
tools/lib/perf/evsel.c
421
if (readn(*fd, buf.values, size) <= 0)
tools/lib/perf/include/internal/lib.h
9
ssize_t readn(int fd, void *buf, size_t n);
tools/perf/builtin-daemon.c
820
if (sizeof(cmd) != readn(fd, &cmd, sizeof(cmd))) {
tools/perf/builtin-inject.c
1659
ret = readn(gs->tmp_fd, buf, hdr_sz);
tools/perf/builtin-inject.c
1671
ret = readn(gs->tmp_fd, buf, hdr->size - hdr_sz);
tools/perf/util/auxtrace.c
1017
if (readn(fd, &ent, sizeof(ent)) != sizeof(ent))
tools/perf/util/auxtrace.c
1045
if (readn(fd, &nr, sizeof(u64)) != sizeof(u64))
tools/perf/util/auxtrace.c
297
ret = readn(fd, p, size);
tools/perf/util/data.c
382
return readn(data->file.fd, buf, size);
tools/perf/util/evsel.c
2051
if (readn(FD(leader, cpu_map_idx, thread), data, size) <= 0)
tools/perf/util/evsel.c
2109
if (readn(FD(evsel, cpu_map_idx, thread), &count, nv * sizeof(u64)) <= 0)
tools/perf/util/header.c
202
ssize_t ret = readn(ff->fd, addr, size);
tools/perf/util/header.c
2541
if (readn(input, &old_bev, sizeof(old_bev)) != sizeof(old_bev))
tools/perf/util/header.c
2548
if (readn(input, filename, len) != len)
tools/perf/util/header.c
2583
if (readn(input, &bev, sizeof(bev)) != sizeof(bev))
tools/perf/util/header.c
2590
if (readn(input, filename, len) != len)
tools/perf/util/header.c
4130
if (readn(fd, buf, size) <= 0)
tools/perf/util/header.c
4302
ret = readn(fd, header, sizeof(*header));
tools/perf/util/header.c
4458
ret = readn(fd, attr, PERF_ATTR_SIZE_VER0);
tools/perf/util/header.c
4485
ret = readn(fd, ptr, left);
tools/perf/util/header.c
4488
ret = readn(fd, &f_attr->ids, sizeof(f_attr->ids));
tools/perf/util/header.c
4873
if (readn(fd, buf, padding) < 0) {
tools/perf/util/hisi-ptt.c
112
err = readn(fd, data, size);
tools/perf/util/session.c
1775
readn(fd, buf, hdr_sz) != (ssize_t)hdr_sz)
tools/perf/util/session.c
1789
if (readn(fd, buf, rest) != (ssize_t)rest)
tools/perf/util/symbol-elf.c
2436
if (readn(to, buf_to, len) != (int)len)
tools/perf/util/symbol-minimal.c
290
if (readn(fd, e_ident, sizeof(e_ident)) != sizeof(e_ident))
tools/perf/util/symbol-minimal.c
312
if (readn(fd, &ehdr, sizeof(ehdr)) != sizeof(ehdr))