Home
last modified time | relevance | path

Searched refs:iov_size (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1288 msg_iovlen_type iov_size; in PopulateIovs() local
1291 for (iov_size = 0; in PopulateIovs()
1292 out_offset_.slice_idx != buf_.count && iov_size != MAX_WRITE_IOVEC; in PopulateIovs()
1293 iov_size++) { in PopulateIovs()
1294 iov[iov_size].iov_base = in PopulateIovs()
1297 iov[iov_size].iov_len = in PopulateIovs()
1300 *sending_length += iov[iov_size].iov_len; in PopulateIovs()
1304 GPR_DEBUG_ASSERT(iov_size > 0); in PopulateIovs()
1305 return iov_size; in PopulateIovs()
1329 msg_iovlen_type iov_size; in do_tcp_flush_zerocopy() local
[all …]
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc787 msg_iovlen_type iov_size; in tcp_flush() local
802 for (iov_size = 0; outgoing_slice_idx != tcp->outgoing_buffer->count && in tcp_flush()
803 iov_size != MAX_WRITE_IOVEC; in tcp_flush()
804 iov_size++) { in tcp_flush()
805 iov[iov_size].iov_base = in tcp_flush()
809 iov[iov_size].iov_len = in tcp_flush()
812 sending_length += iov[iov_size].iov_len; in tcp_flush()
816 GPR_ASSERT(iov_size > 0); in tcp_flush()
821 msg.msg_iovlen = iov_size; in tcp_flush()
832 GRPC_STATS_INC_TCP_WRITE_IOV_SIZE(iov_size); in tcp_flush()
/external/virglrenderer/src/
Dvirglrenderer.c799 const size_t iov_size = vrend_get_iovec_size(args->iovecs, args->num_iovs); in virgl_renderer_resource_create_blob() local
800 if (iov_size < args->size) in virgl_renderer_resource_create_blob()