Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c211 if (report.lcol_stat.lcols_scan_count > col->col_count) in read_stats()
214 (report.lcol_stat.lcols_scan_count - in read_stats()
223 if (report.lcol_stat.lcols_scan_count > col->col_count) in read_stats()
226 (report.lcol_stat.lcols_scan_count - in read_stats()
236 col->col_count = report.lcol_stat.lcols_scan_count; in read_stats()
284 DELTA(lcols_scan_count), in print_unformatted_stats()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h138 uint64_t lcols_scan_count; /* number of complete scans */ member
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c681 if ((lcol->lcol_stat.lcols_scan_count % in scan()
690 if (lcol->lcol_stat.lcols_scan_count > 0) in scan()
954 lcol->lcol_stat.lcols_scan_count++; in scan()
H A Drcapd_main.c1048 DELTA(lcols_scan_count), in simple_report_collection_cb()