Searched refs:max_rss (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection_zone.c48 int64_t max_rss; local
55 max_rss = ROUNDUP(mcap, 1024) / 1024;
57 max_rss = 0;
60 if (max_rss > 0)
70 lcol = lcollection_insert_update(&colid, max_rss, zent->zname,
73 update_notification_cb("zone", zent->zname, changes, max_rss,
H A Drcapd_collection_project.c48 int64_t max_rss; local
63 max_rss = ROUNDUP(strtoll(capattr_abs, &end, 10), 1024) / 1024;
68 max_rss = 0;
73 lcol = lcollection_insert_update(&colid, max_rss, proj->pj_name,
77 max_rss, (lcol != NULL) ? lcol->lcol_mark : 0);

Completed in 103 milliseconds