Home
last modified time | relevance | path

Searched refs:vvs (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/vmw_vsock/
H A Dvirtio_transport_common.c444 if (vvs->rx_bytes + len > vvs->buf_alloc) in virtio_transport_inc_rx_pkt()
463 vvs->last_fwd_cnt = vvs->fwd_cnt; in virtio_transport_inc_tx_pkt()
498 ret = vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_get_credit()
631 fwd_cnt_delta = vvs->fwd_cnt - vvs->last_fwd_cnt; in virtio_transport_stream_do_dequeue()
879 bytes = (s64)vvs->peer_buf_alloc - (vvs->tx_cnt - vvs->peer_fwd_cnt); in virtio_transport_has_space()
904 vvs = kzalloc(sizeof(*vvs), GFP_KERNEL); in virtio_transport_do_socket_init()
905 if (!vvs) in virtio_transport_do_socket_init()
909 vvs->vsk = vsk; in virtio_transport_do_socket_init()
1117 kfree(vvs); in virtio_transport_destruct()
1497 if (!vvs) in virtio_transport_space_update()
[all …]
/linux-6.15/include/linux/
H A Dvirtio_vsock.h259 void virtio_transport_inc_tx_pkt(struct virtio_vsock_sock *vvs, struct sk_buff *skb);
260 u32 virtio_transport_get_credit(struct virtio_vsock_sock *vvs, u32 wanted);
261 void virtio_transport_put_credit(struct virtio_vsock_sock *vvs, u32 credit);
/linux-6.15/
H A D.mailmap769 Vasily Averin <[email protected]> <vvs@virtuozzo.com>
770 Vasily Averin <[email protected]> <vvs@openvz.org>
771 Vasily Averin <[email protected]> <vvs@parallels.com>
772 Vasily Averin <[email protected]> <vvs@sw.ru>
/linux-6.15/Documentation/scsi/
H A DChangeLog.megaraid29 > From: Vasily Averin [mailto:vvs@sw.ru]