Searched defs:next_proc_walk (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c974 hrtime_t *next_proc_walk, hrtime_t *next_rss_sample)
999 if (*next_proc_walk == 0 && rcfg.rcfg_proc_walk_interval > 0)
1000 *next_proc_walk = now;
1002 *next_proc_walk = POSITIVE_MIN(*next_proc_walk,
1333 do_capping(hrtime_t now, hrtime_t *next_proc_walk) argument
1403 if (EVENT_TIME(now, *next_proc_walk)) {
1407 *next_proc_walk = NEXT_EVENT_TIME(now,
1443 hrtime_t next_proc_walk; /* time of next /proc scan */ local
1522 now = next_report = next_proc_walk
973 reconfigure(hrtime_t now, hrtime_t *next_configuration, hrtime_t *next_proc_walk, hrtime_t *next_rss_sample) argument
[all...]

Completed in 62 milliseconds