Searched refs:_stats (Results 1 – 12 of 12) sorted by relevance
26 static struct block_cache_stats _stats = { variable64 ++_stats.hits; in blkcache_read()70 ++_stats.misses; in blkcache_read()82 if (blkcnt > _stats.max_blocks_per_entry) in blkcache_fill()85 if (_stats.max_entries == 0) in blkcache_fill()89 if (_stats.max_entries <= _stats.entries) { in blkcache_fill()93 _stats.entries--; in blkcache_fill()125 _stats.entries++; in blkcache_fill()140 --_stats.entries; in blkcache_invalidate()148 if ((blocks != _stats.max_blocks_per_entry) || in blkcache_configure()[all …]
213 $IP stats set dev dummy1 ${type}_stats on227 $IP stats set dev dummy1 ${type}_stats off262 $IP stats set dev dummy1 ${type}_stats on 2>/dev/null269 $IP stats set dev dummy1 ${type}_stats on276 $IP stats set dev dummy1 ${type}_stats off300 $IP -j stats show dev $netdev group offload subgroup ${type}_stats |312 $IP stats set dev dummy1 ${type}_stats on328 $IP stats set dev dummy1 ${type}_stats off332 $IP stats set dev dummy1 ${type}_stats on337 $IP stats set dev dummy1 ${type}_stats off[all …]
236 #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; \
346 #define bfa_stats(_mod, _stats) ((_mod)->stats._stats++) argument
831 #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()
1719 $ip stats set dev $dev ${type}_stats on1734 $ip stats set dev $dev ${type}_stats off
547 } _stats;549 -_stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)560 +EXTERN _stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)