Home
last modified time | relevance | path

Searched refs:iotlb_cache_nr (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Diotlb.c129 vq->iotlb_cache_nr = 0; in vhost_user_iotlb_cache_remove_all()
142 entry_idx = rte_rand() % vq->iotlb_cache_nr; in vhost_user_iotlb_cache_random_evict()
148 vq->iotlb_cache_nr--; in vhost_user_iotlb_cache_random_evict()
195 vq->iotlb_cache_nr++; in vhost_user_iotlb_cache_insert()
201 vq->iotlb_cache_nr++; in vhost_user_iotlb_cache_insert()
229 vq->iotlb_cache_nr--; in vhost_user_iotlb_cache_remove()
332 vq->iotlb_cache_nr = 0; in vhost_user_iotlb_init()
H A Dvhost.h195 int iotlb_cache_nr; member