Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/sys/
H A Diosramvar.h275 #define IOSRAM_STAT_ADD(field, amount) iosram_stats.field += (uint64_t)amount macro
281 #define IOSRAM_STAT_ADD(field, amount) macro
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Diosram.c722 IOSRAM_STAT_ADD(bread, len); in iosram_rd()
930 IOSRAM_STAT_ADD(bwrite, len); in _iosram_write()