Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dvirtio_transport.c25 static struct virtio_vsock __rcu *the_virtio_vsock; variable
26 static DEFINE_MUTEX(the_virtio_vsock_mutex); /* protects the_virtio_vsock */
74 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_get_local_cid()
165 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_send_pkt()
196 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_cancel_pkt()
475 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_seqpacket_allow()
579 * the_virtio_vsock is set, but they won't be processed until in virtio_vsock_vqs_start()
645 if (rcu_dereference_protected(the_virtio_vsock, in virtio_vsock_probe()
681 rcu_assign_pointer(the_virtio_vsock, vsock); in virtio_vsock_probe()
701 rcu_assign_pointer(the_virtio_vsock, NUL in virtio_vsock_remove()
[all...]
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dvirtio_transport.c25 static struct virtio_vsock __rcu *the_virtio_vsock; variable
26 static DEFINE_MUTEX(the_virtio_vsock_mutex); /* protects the_virtio_vsock */
74 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_get_local_cid()
172 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_send_pkt()
208 vsock = rcu_dereference(the_virtio_vsock); in virtio_transport_cancel_pkt()
566 if (rcu_dereference_protected(the_virtio_vsock, in virtio_vsock_probe()
617 rcu_assign_pointer(the_virtio_vsock, vsock); in virtio_vsock_probe()
636 rcu_assign_pointer(the_virtio_vsock, NULL); in virtio_vsock_remove()

Completed in 3 milliseconds