Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c433 rss_sample(boolean_t my_zone_only, uint_t col_types) in rss_sample() argument
444 if (col_types & CAPPED_PROJECT) in rss_sample()
446 if (col_types & CAPPED_ZONE && my_zoneid == GLOBAL_ZONEID) in rss_sample()
1342 uint_t col_types = 0; in do_capping() local
1345 list_walk_collection(col_type_cb, &col_types); in do_capping()
1346 debug("collection types: 0x%x\n", col_types); in do_capping()
1349 if (col_types == 0) in do_capping()
1362 rss_sample(B_FALSE, col_types); in do_capping()