Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvirtio_vsock.h122 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk,
/Linux-v4.19/net/vmw_vsock/
Dvirtio_transport_common.c533 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk, in virtio_transport_notify_send_pre_enqueue() function
538 EXPORT_SYMBOL_GPL(virtio_transport_notify_send_pre_enqueue);
Dvirtio_transport.c532 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
/Linux-v4.19/drivers/vhost/
Dvsock.c759 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,