Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Diotlb.c134 vq->iotlb_cache_nr = 0; in vhost_user_iotlb_cache_remove_all()
147 entry_idx = rte_rand() % vq->iotlb_cache_nr; in vhost_user_iotlb_cache_random_evict()
153 vq->iotlb_cache_nr--; in vhost_user_iotlb_cache_random_evict()
205 vq->iotlb_cache_nr++; in vhost_user_iotlb_cache_insert()
211 vq->iotlb_cache_nr++; in vhost_user_iotlb_cache_insert()
239 vq->iotlb_cache_nr--; in vhost_user_iotlb_cache_remove()
340 vq->iotlb_cache_nr = 0; in vhost_user_iotlb_init()
H A Dvhost.h287 int iotlb_cache_nr; member