iov_length
len = iov_length(vq->iov + seg, in);
size_t len = iov_length(vq->iov, out);
vc->out_size = iov_length(vq->iov, vc->out);
vc->in_size = iov_length(&vq->iov[vc->out], vc->in);
len = iov_length(vq->iov, out);
iov_len = iov_length(&vq->iov[out], in);
len = iov_length(vq->iov, out);
inarg.in_size = in_size = iov_length(in_iov, in_iovs);
inarg.out_size = out_size = iov_length(out_iov, out_iovs);
caller_bytes = iov_length((struct iovec *)caller_vec, caller_veclen);
int iov_length = 8192;
data = calloc(iov_length, sizeof(char));
iov[0].iov_len = iov_length;
iov[1].iov_len = iov_length;
test_cnt, opt->rate, opt->iov_count, opt->iov_length,
int iov_length;
opt->iov_length = 1;
opt->iov_length = 1;
opt->iov_length = 1024;
opt->iov_length = 3;
opt->iov_length = 5;
opt->iov_length = 8192;
opt->iov_length = 100;
opt->iov_length = 256;
opt->iov_length = 20;
options.iov_length = length;
static int msg_loop_sendpage(int fd, int iov_length, int cnt,
for (j = 0; j < iov_length; j++, k++)
sent = sendfile(fd, fp, NULL, iov_length);
int iov_count, int iov_length,
unsigned char *d = calloc(iov_length, sizeof(char));
iov[i].iov_len = iov_length;
for (j = 0; j < iov_length; j++)
static int msg_loop(int fd, int iov_count, int iov_length, int cnt,
int iov_alloc_length = iov_length;
err = msg_alloc_iov(&msg_peek, iov_count, iov_length, data, tx);
total_bytes = (float)iov_length * (float)cnt;
iov_length :
iov_length * iov_count;
int iov_buf = opt->iov_length;