Home | History | Annotate | Download | only in core

Lines Matching refs:wr_size

1584       ssize_t wr_size = PERFETTO_EINTR(writev(fd, &iovecs[i], iov_batch_size));
1585 if (wr_size <= 0) {
1590 total_wr_size += static_cast<size_t>(wr_size);