Searched refs:lprocess_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h117 } lprocess_t; typedef in typeref:struct:lprocess
162 lprocess_t *lcol_lprocess; /* member processes */
164 lprocess_t *lcol_victim; /* victim process to resume scanning */
182 lprocess_t *);
184 extern void lcollection_freq_move(lprocess_t *);
187 extern int lcollection_member(lcollection_t *, lprocess_t *);
192 extern void lprocess_free(lprocess_t *);
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c181 * Returns a nonzero value if an lprocess_t is still a valid member of a given
185 lcollection_member(lcollection_t *lcol, lprocess_t *lpc)
187 lprocess_t *cur = lcol->lcol_lprocess;
229 lprocess_t *lpc;
230 lprocess_t *next;
H A Drcapd_main.c156 lprocess_t *lproc;
227 lprocess_t *cur = lcol->lcol_lprocess;
258 int (*cb)(lcollection_t *, lprocess_t *) =
259 (int(*)(lcollection_t *, lprocess_t *))arg;
260 lprocess_t *member;
261 lprocess_t *next;
285 list_walk_all(int (*cb)(lcollection_t *, lprocess_t *))
293 lprocess_t *lpc = (lprocess_t *)rfd->rfd_data;
316 int(*fd_update_cb)(void *, int), void *arg, lprocess_t *lp
[all...]
H A Drcapd_scanner.c48 static int lpc_xmap_update(lprocess_t *);
123 static lprocess_t *
124 get_valid_victim(lcollection_t *lcol, lprocess_t *lpc)
226 unrm_size(lprocess_t *lpc)
375 lprocess_t *lpc = rfd->rfd_data;
469 merge_current_pagedata(lprocess_t *lpc,
470 void(*mappings_changed_cb) (lprocess_t *))
578 rss_delta(psinfo_t *new_psinfo, psinfo_t *old_psinfo, lprocess_t *vic)
596 unignore_mappings(lprocess_t *lpc)
602 unignore_referenced_mappings(lprocess_t *lp
[all...]

Completed in 62 milliseconds