Lines Matching defs:iov_length
150 int iov_length;
421 static int msg_loop_sendpage(int fd, int iov_length, int cnt,
436 for (j = 0; j < iov_length; j++, k++)
449 sent = sendfile(fd, fp, NULL, iov_length);
482 int iov_count, int iov_length,
494 unsigned char *d = calloc(iov_length, sizeof(char));
501 iov[i].iov_len = iov_length;
506 for (j = 0; j < iov_length; j++)
629 static int msg_loop(int fd, int iov_count, int iov_length, int cnt,
637 int iov_alloc_length = iov_length;
646 err = msg_alloc_iov(&msg_peek, iov_count, iov_length, data, tx);
699 total_bytes = (float)iov_length * (float)cnt;
787 iov_length :
788 iov_length * iov_count;
841 int iov_buf = opt->iov_length;
1488 test_cnt, opt->rate, opt->iov_count, opt->iov_length,
1521 opt->iov_length = 1;
1526 opt->iov_length = 1;
1531 opt->iov_length = 1024;
1540 opt->iov_length = 3;
1547 opt->iov_length = 5;
1553 opt->iov_length = 8192;
1622 opt->iov_length = 100;
1913 opt->iov_length = 256;
1924 opt->iov_length = 20;
2229 options.iov_length = length;