Home
last modified time | relevance | path

Searched refs:_stats (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblkcache.c27 static struct block_cache_stats _stats = { variable
65 ++_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 …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.h232 #define bfa_ioc_stats(_ioc, _stats) ((_ioc)->stats._stats++) argument
H A Dbna_enet.c65 stats_src = (u64 *)&bna->stats.hw_stats_kva->_name ## _stats; \
66 stats_dst = (u64 *)&bna->stats.hw_stats._name ## _stats; \
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa.h347 #define bfa_stats(_mod, _stats) ((_mod)->stats._stats++) argument
H A Dbfa_ioc.h827 #define bfa_ioc_stats(_ioc, _stats) ((_ioc)->stats._stats++) argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py988 self._stats = {}
999 count = self._stats.get(event_name, 0)
1000 self._stats[event_name] = count + 1
1007 return self._stats.copy()
/OK3568_Linux_fs/buildroot/package/smstools3/
H A D0002-fix-build-with-gcc-10.x.patch654 +_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!)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch547 } _stats;
549 -_stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)
560 +EXTERN _stats* statistics[NUMBER_OF_MODEMS]; // Statistic data (shared memory!)