Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c342 double creads = 0.0, cwrites = 0.0; in disp_stats() local
389 creads += cs_persec->st_shared[i].sh_cache_read; in disp_stats()
428 (int)creads, (int)cwrites); in disp_stats()
847 unsigned int throughput = 0, rthroughput = 0, creads = 0, cwrites = 0; in disp_total_stats() local
888 creads += cs_cur->st_shared[i].sh_cache_read; in disp_total_stats()
926 (int)creads, (int)cwrites); in disp_total_stats()