Home
last modified time | relevance | path

Searched refs:iov_length (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_sockmap.c150 int iov_length; member
787 iov_length : in msg_loop()
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()
[all …]
/linux-6.15/fs/fuse/
H A Dioctl.c295 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-6.15/drivers/vhost/
H A Dtest.c81 len = iov_length(vq->iov, out); in handle_vq()
H A Dvsock.c152 iov_len = iov_length(&vq->iov[out], in); in vhost_transport_do_send_pkt()
345 len = iov_length(vq->iov, out); in vhost_vsock_alloc_skb()
H A Dnet.c615 size_t len = iov_length(vq->iov, out); in init_iov_iter()
1063 len = iov_length(vq->iov + seg, in); in get_rx_bufs()
H A Dscsi.c1094 vc->out_size = iov_length(vq->iov, vc->out); in vhost_scsi_get_desc()
1095 vc->in_size = iov_length(&vq->iov[vc->out], vc->in); in vhost_scsi_get_desc()
/linux-6.15/include/linux/
H A Duio.h169 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() function
/linux-6.15/fs/ocfs2/cluster/
H A Dtcp.c1044 caller_bytes = iov_length((struct iovec *)caller_vec, caller_veclen); in o2net_send_message_vec()