Searched refs:lcol (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c80 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 Drcapd_main.c155 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 Drcapd_collection_project.c49 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 Drcapd_collection_zone.c50 lcollection_t *lcol; local
70 lcol = lcollection_insert_update(&colid, max_rss, zent->zname,
74 (lcol != NULL) ? lcol->lcol_mark : 0);
H A Drcapd_scanner.c91 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...]
/opensolaris-onvv-gate/usr/src/cmd/eqn/
H A De.y71 column : lcol '{' list '}' { column('L', $1); }
77 lcol : LCOL { $$ = ct++; } ; label
/opensolaris-onvv-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.h1397 uint32_t lcol:1; member in struct:_legacy_rx_bd::__anon6461::__anon6462
1438 uint32_t lcol:1; member in struct:_sum_rx_bd::__anon6463::__anon6465
1476 uint32_t lcol:1; member in struct:_hot_rx_bd::__anon6466::__anon6468
1517 uint32_t lcol:1; member in struct:_legacy_tx_bd::__anon6469::__anon6471
1562 uint32_t lcol:1; member in struct:_sum_tx_bd::__anon6472::__anon6475
1620 uint32_t lcol:1; member in struct:_hot_tx_bd::__anon6478::__anon6481

Completed in 111 milliseconds