Searched refs:lcollection_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_collection.c | 44 lcollection_t *lfa_found; 56 static lcollection_t *lcollection_head = NULL; 76 lcollection_t * 80 lcollection_t *lcol; in lcollection_insert_update() 166 list_walk_collection(int (*cb)(lcollection_t *, void *), void *arg) in list_walk_collection() argument 168 lcollection_t *lcol; in list_walk_collection() 169 lcollection_t *next; in list_walk_collection() 185 lcollection_member(lcollection_t *lcol, lprocess_t *lpc) in lcollection_member() 198 lcollection_find_cb(lcollection_t *lcol, void *arg) in lcollection_find_cb() 211 lcollection_t * [all …]
|
H A D | rcapd_main.c | 111 static lcollection_t *gz_col; /* global zone collection */ 155 lcollection_t *lcol; in lprocess_insert_mark() 256 list_walk_process_cb(lcollection_t *lcol, void *arg) in list_walk_process_cb() 258 int (*cb)(lcollection_t *, lprocess_t *) = in list_walk_process_cb() 259 (int(*)(lcollection_t *, lprocess_t *))arg; in list_walk_process_cb() 285 list_walk_all(int (*cb)(lcollection_t *, lprocess_t *)) in list_walk_all() argument 499 update_col_rss(lcollection_t *lcol) in update_col_rss() 531 rss_sample_col_cb(lcollection_t *lcol, void *arg) in rss_sample_col_cb() 562 col_type_cb(lcollection_t *lcol, void *arg) in col_type_cb() 615 sweep_process_cb(lcollection_t *lcol, lprocess_t *lpc) in sweep_process_cb() [all …]
|
H A D | rcapd_collection_project.c | 49 lcollection_t *lcol; in lcollection_update_project_cb() 96 lcollection_update_onceactive_cb(lcollection_t *lcol, void *walk_data) in lcollection_update_onceactive_cb()
|
H A D | rcapd_collection_zone.c | 50 lcollection_t *lcol; in update_zone()
|
H A D | rcapd_scanner.c | 91 st_debug(st_debug_level_t level, lcollection_t *lcol, char *msg, ...) in st_debug() 124 get_valid_victim(lcollection_t *lcol, lprocess_t *lpc) in get_valid_victim() 630 scan(lcollection_t *lcol, int64_t excess) in scan()
|
/titanic_41/usr/src/cmd/rcap/common/ |
H A D | rcapd.h | 166 } lcollection_t; typedef 183 extern lcollection_t *lcollection_find(rcid_t *); 185 extern lcollection_t *lcollection_insert_update(rcid_t *, uint64_t, char *, 187 extern int lcollection_member(lcollection_t *, lprocess_t *); 188 extern void lcollection_free(lcollection_t *); 190 extern void list_walk_collection(int (*)(lcollection_t *, void *), void *); 193 extern void scan(lcollection_t *, int64_t);
|