Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c230 (long long)lcol->lcol_id.rcid_val, in lprocess_insert_mark()
511 lcol->lcol_id.rcid_type != RCIDT_ZONE) in update_col_rss()
515 lcol->lcol_id.rcid_type != RCIDT_PROJECT) in update_col_rss()
545 if (lcol->lcol_id.rcid_type == RCIDT_PROJECT) in rss_sample_col_cb()
570 if (lcol->lcol_id.rcid_type == RCIDT_PROJECT) in col_type_cb()
661 if (lcol->lcol_id.rcid_type == RCIDT_ZONE && in scan_cb()
662 lcol->lcol_id.rcid_val == GLOBAL_ZONEID) { in scan_cb()
720 if (lcol->lcol_id.rcid_type == RCIDT_ZONE && in soft_scan_cb()
734 (long)lcol->lcol_id.rcid_val, in soft_scan_cb()
775 (long)lcol->lcol_id.rcid_val, in soft_scan_gz()
[all …]
H A Drcapd_collection.c108 lcol->lcol_id = *colidp; in lcollection_insert_update()
200 if (lcol->lcol_id.rcid_type == colidp->rcid_type && in lcollection_find_cb()
201 lcol->lcol_id.rcid_val == colidp->rcid_val) { in lcollection_find_cb()
H A Drcapd_collection_project.c99 if (lcol->lcol_id.rcid_type != RCIDT_PROJECT) in lcollection_update_onceactive_cb()
102 return (lcollection_update_project_byid_cb(lcol->lcol_id.rcid_val, in lcollection_update_onceactive_cb()
H A Drcapd_scanner.c105 (lcol->lcol_id.rcid_type == RCIDT_PROJECT ? "project" : "zone"), in st_debug()
/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h152 rcid_t lcol_id; /* numerical ID for this collection */ member
170 rcid_t lcol_id; /* numerical ID for this collection */ member
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c190 if (report.lcol_id.rcid_type != stat_type) in read_stats()
193 col = col_find(report.lcol_id); in read_stats()
195 col = col_insert(report.lcol_id); in read_stats()