Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvirtio_vsock.h123 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk,
/Linux-v5.4/net/vmw_vsock/
Dvirtio_transport_common.c569 int virtio_transport_notify_send_pre_enqueue(struct vsock_sock *vsk, in virtio_transport_notify_send_pre_enqueue() function
574 EXPORT_SYMBOL_GPL(virtio_transport_notify_send_pre_enqueue);
Dvirtio_transport.c575 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,
/Linux-v5.4/drivers/vhost/
Dvsock.c821 .notify_send_pre_enqueue = virtio_transport_notify_send_pre_enqueue,