Home
last modified time | relevance | path

Searched refs:total_cache (Results 1 – 3 of 3) sorted by relevance

/titanic_53/usr/src/cmd/avs/dsstat/
H A Dreport.c194 (float)vals.total_cache); in io_report()
295 (void) printf(KPS_INF_FMT, (float)vals.total_cache); in cd_report()
323 (void) printf(DATA_I32, vals.total_cache); in cd_report()
H A Dsdbc_stats.h62 uint32_t total_cache; member
H A Dsdbc_stats.c698 vals->total_cache = vals->cache_read + vals->cache_write; in sdbc_getvalues()
735 vals->total_cache /= divisor; in sdbc_getvalues()