Searched refs:lcol (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_collection.c | 80 lcollection_t *lcol; in lcollection_insert_update() local 87 lcol = lcollection_find(colidp); in lcollection_insert_update() 92 if (lcol == NULL) { in lcollection_insert_update() 101 lcol = malloc(sizeof (*lcol)); in lcollection_insert_update() 102 if (lcol == NULL) { in lcollection_insert_update() 108 (void) bzero(lcol, sizeof (*lcol)); in lcollection_insert_update() 110 lcol->lcol_id = *colidp; in lcollection_insert_update() 112 lcol->lcol_prev = NULL; in lcollection_insert_update() 113 lcol->lcol_next = lcollection_head; in lcollection_insert_update() 114 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 | 91 st_debug(st_debug_level_t level, lcollection_t *lcol, char *msg, ...) in st_debug() argument 107 (lcol->lcol_id.rcid_type == RCIDT_PROJECT ? "project" : "zone"), in st_debug() 108 lcol->lcol_name, msg); in st_debug() 124 get_valid_victim(lcollection_t *lcol, lprocess_t *lpc) in get_valid_victim() argument 126 if (lpc == NULL || !lcollection_member(lcol, lpc)) in get_valid_victim() 127 lpc = lcol->lcol_lprocess; in get_valid_victim() 630 scan(lcollection_t *lcol, int64_t excess) in scan() argument 640 st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n", in scan() 648 if ((vic = get_valid_victim(lcol, lcol->lcol_victim)) == in scan() 649 lcol->lcol_victim && lcol->lcol_resaddr != NULL) { in scan() [all …]
|
H A D | rcapd_collection_project.c | 49 lcollection_t *lcol; in lcollection_update_project_cb() local 73 lcol = lcollection_insert_update(&colid, max_rss, proj->pj_name, in lcollection_update_project_cb() 77 max_rss, (lcol != NULL) ? lcol->lcol_mark : 0); in lcollection_update_project_cb() 96 lcollection_update_onceactive_cb(lcollection_t *lcol, void *walk_data) in lcollection_update_onceactive_cb() argument 101 if (lcol->lcol_id.rcid_type != RCIDT_PROJECT) in lcollection_update_onceactive_cb() 104 return (lcollection_update_project_byid_cb(lcol->lcol_id.rcid_val, in lcollection_update_onceactive_cb()
|
H A D | rcapd_collection_zone.c | 50 lcollection_t *lcol; in update_zone() local 70 lcol = lcollection_insert_update(&colid, max_rss, zent->zname, in update_zone() 74 (lcol != NULL) ? lcol->lcol_mark : 0); in update_zone()
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | e.y | 71 column : lcol '{' list '}' { column('L', $1); } 77 lcol : LCOL { $$ = ct++; } ;
|
/titanic_41/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
|