Home
last modified time | relevance | path

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

/Linux-v6.1/net/vmw_vsock/
Dvirtio_transport.c25 static struct virtio_vsock __rcu *the_virtio_vsock; variable
75 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_get_local_cid()
173 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_send_pkt()
209 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_cancel_pkt()
508 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_seqpacket_allow()
672 if (rcu_dereference_protected(the_virtio_vsock, in virtio_vsock_probe()
709 rcu_assign_pointer(the_virtio_vsock, vsock); in virtio_vsock_probe()
728 rcu_assign_pointer(the_virtio_vsock, NULL); in virtio_vsock_remove()
753 rcu_assign_pointer(the_virtio_vsock, NULL); in virtio_vsock_freeze()
771 if (rcu_dereference_protected(the_virtio_vsock, in virtio_vsock_restore()
[all …]