Searched refs:iov_length (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_sockmap.c | 143 int iov_length; member 694 iov_length * cnt : in msg_loop() 1429 opt->iov_length = 1; in test_send_one() 1434 opt->iov_length = 1; in test_send_one() 1439 opt->iov_length = 1024; in test_send_one() 1448 opt->iov_length = 3; in test_send_many() 1455 opt->iov_length = 5; in test_send_many() 1461 opt->iov_length = 256; in test_send_large() 1526 opt->iov_length = 100; in test_txmsg_skb() 1755 opt->iov_length = 256; in test_txmsg_ingress_parser() [all …]
|
/linux-6.3-rc2/fs/fuse/ |
A D | ioctl.c | 224 inarg.in_size = in_size = iov_length(in_iov, in_iovs); in fuse_do_ioctl() 225 inarg.out_size = out_size = iov_length(out_iov, out_iovs); in fuse_do_ioctl()
|
/linux-6.3-rc2/drivers/vhost/ |
A D | test.c | 81 len = iov_length(vq->iov, out); in handle_vq()
|
A D | vsock.c | 151 iov_len = iov_length(&vq->iov[out], in); in vhost_transport_do_send_pkt() 341 len = iov_length(vq->iov, out); in vhost_vsock_alloc_skb()
|
A D | net.c | 613 size_t len = iov_length(vq->iov, out); in init_iov_iter() 1086 len = iov_length(vq->iov + seg, in); in get_rx_bufs()
|
A D | scsi.c | 857 vc->out_size = iov_length(vq->iov, vc->out); in vhost_scsi_get_desc() 858 vc->in_size = iov_length(&vq->iov[vc->out], vc->in); in vhost_scsi_get_desc()
|
/linux-6.3-rc2/include/linux/ |
A D | uio.h | 136 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() function
|
/linux-6.3-rc2/fs/ocfs2/cluster/ |
A D | tcp.c | 1041 caller_bytes = iov_length((struct iovec *)caller_vec, caller_veclen); in o2net_send_message_vec()
|
Completed in 23 milliseconds