Searched refs:VHOST_LOG_CACHE_NR (Results 1 – 3 of 3) sorted by relevance
46 #define VHOST_LOG_CACHE_NR 32 macro
578 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()
196 if (unlikely(i >= VHOST_LOG_CACHE_NR)) { in vhost_log_cache_page()