Searched refs:log_cache (Results 1 – 2 of 2) sorted by relevance
152 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()
188 struct log_cache_entry log_cache[VHOST_LOG_CACHE_NR]; member