Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c90 if (lcol == NULL) { in lcollection_insert_update()
99 lcol = malloc(sizeof (*lcol)); in lcollection_insert_update()
106 (void) bzero(lcol, sizeof (*lcol)); in lcollection_insert_update()
121 (void) strlcpy(lcol->lcol_name, name, sizeof (lcol->lcol_name)); in lcollection_insert_update()
134 lcol->lcol_mark++; in lcollection_insert_update()
136 return (lcol); in lcollection_insert_update()
174 lcol = next; in list_walk_collection()
242 lcol->lcol_prev->lcol_next = lcol->lcol_next; in lcollection_free()
244 lcol->lcol_next->lcol_prev = lcol->lcol_prev; in lcollection_free()
247 lcol->lcol_next = lcol->lcol_prev = NULL; in lcollection_free()
[all …]
H A Drcapd_main.c635 int64_t excess = lcol->lcol_rss - lcol->lcol_rss_cap; in excess_print_cb()
663 gz_col = lcol; in scan_cb()
667 if ((excess = lcol->lcol_rss - lcol->lcol_rss_cap) > 0) { in scan_cb()
692 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in scan_gz()
696 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in scan_gz()
722 gz_col = lcol; in soft_scan_cb()
726 if ((excess = lcol->lcol_rss - lcol->lcol_rss_cap) > 0) { in soft_scan_cb()
760 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in soft_scan_gz()
764 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in soft_scan_gz()
1032 (lcol->lcol_stat.field - lcol->lcol_stat_old.field)) in simple_report_collection_cb()
[all …]
H A Drcapd_scanner.c106 lcol->lcol_name, msg); in st_debug()
125 lpc = lcol->lcol_lprocess; in get_valid_victim()
646 if ((vic = get_valid_victim(lcol, lcol->lcol_victim)) == in scan()
647 lcol->lcol_victim && lcol->lcol_resaddr != NULL) { in scan()
648 vicaddr = lcol->lcol_resaddr; in scan()
906 st_debug(STDL_NORMAL, lcol, in scan()
932 lcol->lcol_victim = vic; in scan()
963 lcol->lcol_stat in scan()
978 lcol->lcol_resaddr = vicaddr; in scan()
979 if (lcol->lcol_resaddr == NULL && lcol->lcol_victim != NULL) { in scan()
[all …]
H A Drcapd_collection_project.c47 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 Drcapd_collection_zone.c48 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 De.y71 column : lcol '{' list '}' { column('L', $1); }
77 lcol : LCOL { $$ = ct++; } ;
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.h1397 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