Searched refs:iotlb_pool (Results 1 – 3 of 3) sorted by relevance
37 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_pending_remove_all()111 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_pending_remove()126 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_cache_remove_all()147 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_cache_random_evict()191 rte_mempool_put(vq->iotlb_pool, new_node); in vhost_user_iotlb_cache_insert()228 rte_mempool_put(vq->iotlb_pool, node); in vhost_user_iotlb_cache_remove()292 if (vq->iotlb_pool) { in vhost_user_iotlb_init()317 if (vq->iotlb_pool) in vhost_user_iotlb_init()318 rte_mempool_free(vq->iotlb_pool); in vhost_user_iotlb_init()320 vq->iotlb_pool = rte_mempool_create(pool_name, in vhost_user_iotlb_init()[all …]
193 struct rte_mempool *iotlb_pool; member
355 rte_mempool_free(vq->iotlb_pool); in free_vq()