Home
last modified time | relevance | path

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

/Linux-v6.1/net/vmw_vsock/
Dvsock_loopback.c108 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,
Dvirtio_transport_common.c710 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk, in virtio_transport_notify_send_post_enqueue() function
715 EXPORT_SYMBOL_GPL(virtio_transport_notify_send_post_enqueue);
Dvirtio_transport.c494 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,
/Linux-v6.1/include/linux/
Dvirtio_vsock.h122 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk,
/Linux-v6.1/drivers/vhost/
Dvsock.c469 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,