Home
last modified time | relevance | path

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

/linux-6.14.4/net/vmw_vsock/
Dvsock_loopback.c97 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,
Dvirtio_transport_common.c1021 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk, in virtio_transport_notify_send_post_enqueue() function
1026 EXPORT_SYMBOL_GPL(virtio_transport_notify_send_post_enqueue);
Dvirtio_transport.c583 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,
/linux-6.14.4/include/linux/
Dvirtio_vsock.h228 int virtio_transport_notify_send_post_enqueue(struct vsock_sock *vsk,
/linux-6.14.4/drivers/vhost/
Dvsock.c450 .notify_send_post_enqueue = virtio_transport_notify_send_post_enqueue,