Searched refs:lcol (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_collection.c | 78 lcollection_t *lcol; in lcollection_insert_update() local 85 lcol = lcollection_find(colidp); in lcollection_insert_update() 90 if (lcol == NULL) { in lcollection_insert_update() 99 lcol = malloc(sizeof (*lcol)); in lcollection_insert_update() 100 if (lcol == NULL) { in lcollection_insert_update() 106 (void) bzero(lcol, sizeof (*lcol)); in lcollection_insert_update() 108 lcol->lcol_id = *colidp; in lcollection_insert_update() 110 lcol->lcol_prev = NULL; in lcollection_insert_update() 111 lcol->lcol_next = lcollection_head; in lcollection_insert_update() 112 lcol->lcol_stat.lcols_min_rss = (uint64_t)-1; in lcollection_insert_update() [all …]
|
H A D | rcapd_main.c | 155 lcollection_t *lcol; in lprocess_insert_mark() local 179 if ((lcol = lcollection_find(&colid)) == NULL) in lprocess_insert_mark() 186 lproc = lcol->lcol_lprocess; in lprocess_insert_mark() 210 lproc->lpc_collection = lcol; in lprocess_insert_mark() 226 if (lcollection_member(lcol, lproc)) { in lprocess_insert_mark() 227 lprocess_t *cur = lcol->lcol_lprocess; in lprocess_insert_mark() 230 (long long)lcol->lcol_id.rcid_val, in lprocess_insert_mark() 240 lproc->lpc_next = lcol->lcol_lprocess; in lprocess_insert_mark() 244 lcol->lcol_lprocess = lproc; in lprocess_insert_mark() 251 lcol->lcol_stat.lcols_proc_in++; in lprocess_insert_mark() [all …]
|
H A D | rcapd_scanner.c | 89 st_debug(st_debug_level_t level, lcollection_t *lcol, char *msg, ...) in st_debug() argument 105 (lcol->lcol_id.rcid_type == RCIDT_PROJECT ? "project" : "zone"), in st_debug() 106 lcol->lcol_name, msg); in st_debug() 122 get_valid_victim(lcollection_t *lcol, lprocess_t *lpc) in get_valid_victim() argument 124 if (lpc == NULL || !lcollection_member(lcol, lpc)) in get_valid_victim() 125 lpc = lcol->lcol_lprocess; in get_valid_victim() 628 scan(lcollection_t *lcol, int64_t excess) in scan() argument 638 st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n", in scan() 646 if ((vic = get_valid_victim(lcol, lcol->lcol_victim)) == in scan() 647 lcol->lcol_victim && lcol->lcol_resaddr != NULL) { in scan() [all …]
|
H A D | rcapd_collection_project.c | 47 lcollection_t *lcol; in lcollection_update_project_cb() local 71 lcol = lcollection_insert_update(&colid, max_rss, proj->pj_name, in lcollection_update_project_cb() 75 max_rss, (lcol != NULL) ? lcol->lcol_mark : 0); in lcollection_update_project_cb() 94 lcollection_update_onceactive_cb(lcollection_t *lcol, void *walk_data) in lcollection_update_onceactive_cb() argument 99 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 D | rcapd_collection_zone.c | 48 lcollection_t *lcol; in update_zone() local 68 lcol = lcollection_insert_update(&colid, max_rss, zent->zname, in update_zone() 72 (lcol != NULL) ? lcol->lcol_mark : 0); in update_zone()
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | e.y | 71 column : lcol '{' list '}' { column('L', $1); } 77 lcol : LCOL { $$ = ct++; } ;
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_chip.h | 1397 uint32_t lcol:1; member 1438 uint32_t lcol:1; member 1476 uint32_t lcol:1; member 1517 uint32_t lcol:1; member 1562 uint32_t lcol:1; member 1620 uint32_t lcol:1; member
|