Home
last modified time | relevance | path

Searched refs:iotlb_pool (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/vhost/
H A Diotlb.c37 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_pending_remove_all()
75 dev->ifname, vq->iotlb_pool->name); in vhost_user_iotlb_pending_insert()
84 dev->ifname, vq->iotlb_pool->name); in vhost_user_iotlb_pending_insert()
116 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_pending_remove()
131 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_cache_remove_all()
152 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_cache_random_evict()
174 dev->ifname, vq->iotlb_pool->name); in vhost_user_iotlb_cache_insert()
183 dev->ifname, vq->iotlb_pool->name); in vhost_user_iotlb_cache_insert()
302 if (vq->iotlb_pool) { in vhost_user_iotlb_init()
327 rte_mempool_free(vq->iotlb_pool); in vhost_user_iotlb_init()
[all …]
H A Dvhost.h284 struct rte_mempool *iotlb_pool; member
H A Dvhost.c363 rte_mempool_free(vq->iotlb_pool); in free_vq()