Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Diotlb.c37 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 …]
H A Dvhost.h193 struct rte_mempool *iotlb_pool; member
H A Dvhost.c355 rte_mempool_free(vq->iotlb_pool); in free_vq()