/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_collection.c | 80 lcollection_t *lcol; local 87 lcol = lcollection_find(colidp); 92 if (lcol == NULL) { 101 lcol = malloc(sizeof (*lcol)); 102 if (lcol == NULL) { 108 (void) bzero(lcol, sizeof (*lcol)); 110 lcol->lcol_id = *colidp; 112 lcol 168 lcollection_t *lcol; local 185 lcollection_member(lcollection_t *lcol, lprocess_t *lpc) argument 198 lcollection_find_cb(lcollection_t *lcol, void *arg) argument 227 lcollection_free(lcollection_t *lcol) argument [all...] |
H A D | rcapd_main.c | 155 lcollection_t *lcol; local 179 if ((lcol = lcollection_find(&colid)) == NULL) 186 lproc = lcol->lcol_lprocess; 210 lproc->lpc_collection = lcol; 226 if (lcollection_member(lcol, lproc)) { 227 lprocess_t *cur = lcol->lcol_lprocess; 230 (long long)lcol->lcol_id.rcid_val, 240 lproc->lpc_next = lcol->lcol_lprocess; 244 lcol->lcol_lprocess = lproc; 251 lcol 256 list_walk_process_cb(lcollection_t *lcol, void *arg) argument 499 update_col_rss(lcollection_t *lcol) argument 531 rss_sample_col_cb(lcollection_t *lcol, void *arg) argument 562 col_type_cb(lcollection_t *lcol, void *arg) argument 615 sweep_process_cb(lcollection_t *lcol, lprocess_t *lpc) argument 633 excess_print_cb(lcollection_t *lcol, void *arg) argument 656 scan_cb(lcollection_t *lcol, void *arg) argument 680 scan_gz(lcollection_t *lcol, boolean_t project_over_cap) argument 714 soft_scan_cb(lcollection_t *lcol, void *a) argument 747 soft_scan_gz(lcollection_t *lcol, void *a) argument 791 unenforced_cap_cb(lcollection_t *lcol, void *arg) argument 867 collection_clear_cb(lcollection_t *lcol, void *arg) argument 908 collection_sweep_cb(lcollection_t *lcol, void *arg) argument 1028 simple_report_collection_cb(lcollection_t *lcol, void *arg) argument 1060 report_collection_cb(lcollection_t *lcol, void *arg) argument 1255 sum_excess_cb(lcollection_t *lcol, void *arg) argument [all...] |
H A D | rcapd_collection_project.c | 49 lcollection_t *lcol; local 73 lcol = lcollection_insert_update(&colid, max_rss, proj->pj_name, 77 max_rss, (lcol != NULL) ? lcol->lcol_mark : 0); 96 lcollection_update_onceactive_cb(lcollection_t *lcol, void *walk_data) argument 101 if (lcol->lcol_id.rcid_type != RCIDT_PROJECT) 104 return (lcollection_update_project_byid_cb(lcol->lcol_id.rcid_val,
|
H A D | rcapd_collection_zone.c | 50 lcollection_t *lcol; local 70 lcol = lcollection_insert_update(&colid, max_rss, zent->zname, 74 (lcol != NULL) ? lcol->lcol_mark : 0);
|
H A D | rcapd_scanner.c | 91 st_debug(st_debug_level_t level, lcollection_t *lcol, char *msg, ...) argument 107 (lcol->lcol_id.rcid_type == RCIDT_PROJECT ? "project" : "zone"), 108 lcol->lcol_name, msg); 124 get_valid_victim(lcollection_t *lcol, lprocess_t *lpc) argument 126 if (lpc == NULL || !lcollection_member(lcol, lpc)) 127 lpc = lcol->lcol_lprocess; 630 scan(lcollection_t *lcol, int64_t excess) argument 640 st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n", 648 if ((vic = get_valid_victim(lcol, lcol [all...] |
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 71 column : lcol '{' list '}' { column('L', $1); } 77 lcol : LCOL { $$ = ct++; } ; label
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_chip.h | 1397 uint32_t lcol:1; member in struct:_legacy_rx_bd::__anon6317::__anon6318 1438 uint32_t lcol:1; member in struct:_sum_rx_bd::__anon6319::__anon6321 1476 uint32_t lcol:1; member in struct:_hot_rx_bd::__anon6322::__anon6324 1517 uint32_t lcol:1; member in struct:_legacy_tx_bd::__anon6325::__anon6327 1562 uint32_t lcol:1; member in struct:_sum_tx_bd::__anon6328::__anon6331 1620 uint32_t lcol:1; member in struct:_hot_tx_bd::__anon6334::__anon6337
|