Searched refs:_stats (Results 1 – 1 of 1) sorted by relevance
27 static struct block_cache_stats _stats = { variable65 ++_stats.hits; in blkcache_read()71 ++_stats.misses; in blkcache_read()83 if (blkcnt > _stats.max_blocks_per_entry) in blkcache_fill()86 if (_stats.max_entries == 0) in blkcache_fill()90 if (_stats.max_entries <= _stats.entries) { in blkcache_fill()94 _stats.entries--; in blkcache_fill()126 _stats.entries++; in blkcache_fill()141 --_stats.entries; in blkcache_invalidate()149 if ((blocks != _stats.max_blocks_per_entry) || in blkcache_configure()[all …]