Searched refs:_stats (Results 1 – 8 of 8) 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 …]
232 #define bfa_ioc_stats(_ioc, _stats) ((_ioc)->stats._stats++) argument
65 stats_src = (u64 *)&bna->stats.hw_stats_kva->_name ## _stats; \66 stats_dst = (u64 *)&bna->stats.hw_stats._name ## _stats; \
347 #define bfa_stats(_mod, _stats) ((_mod)->stats._stats++) argument
827 #define bfa_ioc_stats(_ioc, _stats) ((_ioc)->stats._stats++) argument
988 self._stats = {}999 count = self._stats.get(event_name, 0)1000 self._stats[event_name] = count + 11007 return self._stats.copy()
654 +_stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)676 } _stats;678 -_stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)687 +extern _stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)
547 } _stats;549 -_stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)560 +EXTERN _stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)