Searched refs:iov_length (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 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() [all...] |
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_ktls.c | 252 int iov_length = 8192; in test_sockmap_ktls_tx_no_buf() local 289 data = calloc(iov_length, sizeof(char)); in test_sockmap_ktls_tx_no_buf() 294 iov[0].iov_len = iov_length; in test_sockmap_ktls_tx_no_buf() 296 iov[1].iov_len = iov_length; in test_sockmap_ktls_tx_no_buf()
|
| /linux/fs/fuse/ |
| H A D | ioctl.c | 295 inarg.in_size = in_size = iov_length(in_iov, in_iovs); in fuse_do_ioctl() 296 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl()
|
| /linux/drivers/vhost/ |
| H A D | test.c | 87 len = iov_length(vq->iov, out); in handle_vq()
|
| H A D | vsock.c | 155 iov_len = iov_length(&vq->iov[out], in); in vhost_transport_do_send_pkt() 348 len = iov_length(vq->iov, out); in vhost_vsock_alloc_skb()
|
| H A D | net.c | 634 size_t len = iov_length(vq->iov, out); in init_iov_iter() 1094 len = iov_length(vq->iov + seg, in); in get_rx_bufs()
|
| H A D | scsi.c | 1175 vc->out_size = iov_length(vq->iov, vc->out); in vhost_scsi_get_desc() 1176 vc->in_size = iov_length(&vq->iov[vc->out], vc->in); in vhost_scsi_get_desc()
|