Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c151 for (i = 0; i < vq->log_cache_nb_elem; i++) { in __vhost_log_cache_sync()
168 vq->log_cache_nb_elem = 0; in __vhost_log_cache_sync()
179 for (i = 0; i < vq->log_cache_nb_elem; i++) { in vhost_log_cache_page()
201 vq->log_cache_nb_elem++; in vhost_log_cache_page()
H A Dvhost.h189 uint16_t log_cache_nb_elem; member