Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost.h46 #define VHOST_LOG_CACHE_NR 32 macro
H A Dvhost_user.c578 lc = rte_realloc_socket(vq->log_cache, sizeof(*lc) * VHOST_LOG_CACHE_NR, 0, node); in numa_realloc()
2274 sizeof(struct log_cache_entry) * VHOST_LOG_CACHE_NR, in vhost_user_set_log_base()
H A Dvhost.c196 if (unlikely(i >= VHOST_LOG_CACHE_NR)) { in vhost_log_cache_page()