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

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

Completed in 58 milliseconds