| H A D | test_sockmap.c | 89 {"iov_count", required_argument, NULL, 'i' }, 136 int iov_count; 403 int iov_count, int iov_length, in sockmap_init_sockets() 410 iov = calloc(iov_count, sizeof(struct iovec)); in sockmap_init_sockets() 414 for (i = 0; i < iov_count; i++) { 418 fprintf(stderr, "iov_count %i/%i OOM\n", i, iov_count); 433 msg->msg_iovlen = iov_count; in msg_loop_sendpage() 537 static int msg_loop(int fd, int iov_count, int iov_length, int cnt, in msg_verify_date_prep() 550 err = msg_alloc_iov(&msg, iov_count, iov_alloc_lengt in msg_verify_data() 149 int iov_count; global() member 482 msg_alloc_iov(struct msghdr * msg,int iov_count,int iov_length,bool data,bool xmit) msg_alloc_iov() argument 629 msg_loop(int fd,int iov_count,int iov_length,int cnt,struct msg_stats * s,bool tx,struct sockmap_options * opt) msg_loop() argument 840 int iov_count = opt->iov_count; sendmsg_test() local 2108 int iov_count = 1, length = 1024, rate = 1; main() local [all...] |