Home
last modified time | relevance | path

Searched refs:iosram_stats (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h274 #define IOSRAM_STAT(field) iosram_stats.field++
275 #define IOSRAM_STAT_ADD(field, amount) iosram_stats.field += (uint64_t)amount
276 #define IOSRAM_STAT_SET(field, count) iosram_stats.field = (uint64_t)count
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Diosram.c100 static struct iosram_stat iosram_stats; /* IOSRAM statistics */ variable
3385 calls = iosram_stats.read; in iosram_print_stats()
3387 calls, iosram_stats.bread, in iosram_print_stats()
3388 (uint32_t)((calls != 0) ? (iosram_stats.bread/calls) : 0)); in iosram_print_stats()
3390 calls = iosram_stats.write; in iosram_print_stats()
3392 calls, iosram_stats.bwrite, in iosram_print_stats()
3393 (uint32_t)((calls != 0) ? (iosram_stats.bwrite/calls) : 0)); in iosram_print_stats()
3396 iosram_stats.intr_recv, iosram_stats.sintr_recv, in iosram_print_stats()
3397 iosram_stats.intr_send, iosram_stats.callbacks); in iosram_print_stats()
3400 iosram_stats.tswitch, iosram_stats.getflag, in iosram_print_stats()
[all …]