Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost.c152 struct log_cache_entry *elem = vq->log_cache + i; in __vhost_log_cache_sync()
180 struct log_cache_entry *elem = vq->log_cache + i; in vhost_log_cache_page()
199 vq->log_cache[i].offset = offset; in vhost_log_cache_page()
200 vq->log_cache[i].val = (1UL << bit_nr); in vhost_log_cache_page()
H A Dvhost.h188 struct log_cache_entry log_cache[VHOST_LOG_CACHE_NR]; member