Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c64 uint64_t col_count; member
200 col->col_count = 0; in read_stats()
211 if (report.lcol_stat.lcols_scan_count > col->col_count) in read_stats()
215 col->col_count); in read_stats()
223 if (report.lcol_stat.lcols_scan_count > col->col_count) in read_stats()
227 col->col_count); in read_stats()
236 col->col_count = report.lcol_stat.lcols_scan_count; in read_stats()