Home
last modified time | relevance | path

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

/linux/net/vmw_vsock/
H A Dvsock_loopback.c105 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,
H A Dvirtio_transport_common.c1040 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk, in virtio_transport_notify_send_post_enqueue() function
1045 EXPORT_SYMBOL_GPL(virtio_transport_notify_send_post_enqueue);
H A Dvirtio_transport.c592 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,
/linux/include/linux/
H A Dvirtio_vsock.h254 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk,
/linux/drivers/vhost/
H A Dvsock.c464 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,