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