Lines Matching refs:iov_length
321 int iov_length; member
325 static int msg_loop_sendpage(int fd, int iov_length, int cnt, in msg_loop_sendpage() argument
335 for (i = 0; i < iov_length * cnt; i++, k++) in msg_loop_sendpage()
344 int sent = sendfile(fd, fp, NULL, iov_length); in msg_loop_sendpage()
376 int iov_count, int iov_length, in msg_alloc_iov() argument
388 unsigned char *d = calloc(iov_length, sizeof(char)); in msg_alloc_iov()
395 iov[i].iov_len = iov_length; in msg_alloc_iov()
400 for (j = 0; j < iov_length; j++) in msg_alloc_iov()
442 static int msg_loop(int fd, int iov_count, int iov_length, int cnt, in msg_loop() argument
451 err = msg_alloc_iov(&msg, iov_count, iov_length, data, tx); in msg_loop()
455 err = msg_alloc_iov(&msg_peek, iov_count, iov_length, data, tx); in msg_loop()
495 total_bytes = (float)iov_count * (float)iov_length * (float)cnt; in msg_loop()
555 iov_length * cnt : in msg_loop()
556 iov_length * iov_count; in msg_loop()
604 int iov_buf = opt->iov_length; in sendmsg_test()
1169 test_cnt, opt->rate, opt->iov_count, opt->iov_length, in __test_exec()
1204 opt.iov_length = 0; in test_loop()
1212 opt.iov_length = l; in test_loop()
1267 opt->iov_length = 1; in test_send()
1274 opt->iov_length = 1; in test_send()
1281 opt->iov_length = 1024; in test_send()
1288 opt->iov_length = 1; in test_send()
1295 opt->iov_length = 256; in test_send()
1304 opt->iov_length = 5; in test_send()
1462 opt.iov_length = 100; in test_start_end()
1838 options.iov_length = length; in main()