MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vhost_user_iotlb_flush_all

Function vhost_user_iotlb_flush_all

dpdk/lib/vhost/iotlb.c:380–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380void
381vhost_user_iotlb_flush_all(struct virtio_net *dev)
382{
383 vhost_user_iotlb_cache_remove_all(dev);
384 vhost_user_iotlb_pending_remove_all(dev);
385}
386
387int
388vhost_user_iotlb_init(struct virtio_net *dev)

Callers 4

vduse_device_stopFunction · 0.85
vhost_user_iotlb_initFunction · 0.85
vhost_user_set_mem_tableFunction · 0.85

Tested by

no test coverage detected