Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c541 excess = rss - lcol->lcol_rss_cap; in rss_sample_col_cb()
567 if (lcol->lcol_rss_cap == 0) in col_type_cb()
635 int64_t excess = lcol->lcol_rss - lcol->lcol_rss_cap; in excess_print_cb()
641 (unsigned long long)lcol->lcol_rss_cap, in excess_print_cb()
692 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in scan_gz()
696 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in scan_gz()
760 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in soft_scan_gz()
764 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in soft_scan_gz()
1045 (unsigned long long)lcol->lcol_rss_cap, in simple_report_collection_cb()
1073 dc.lcol_rss_cap = lcol->lcol_rss_cap; in report_collection_cb()
[all …]
H A Drcapd_collection.c126 if (rss_cap != lcol->lcol_rss_cap) { in lcollection_insert_update()
128 lcol->lcol_rss_cap = rss_cap; in lcollection_insert_update()
129 if (lcol->lcol_rss_cap == 0) in lcollection_insert_update()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h157 uint64_t lcol_rss_cap; /* RSS cap (kB) */ member
175 uint64_t lcol_rss_cap; /* RSS limit (kB) */ member
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c205 col->col_rsslimit = report.lcol_rss_cap; in read_stats()