Home
last modified time | relevance | path

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

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