Home
last modified time | relevance | path

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

/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_thresholds.c679 unsigned int i, n, old_slice_n, old_time_width; in init_threshold() local
849 old_time_width = ipa_tm_diff(&ostat.tm_updated, &ostat.tm_from); in init_threshold()
851 if (old_time_width != threshold->time_width) { in init_threshold()
854 strncpy(buf, time_str(old_time_width), sizeof(buf) - 1); in init_threshold()
863 old_slice_n = old_time_width / threshold->time_slice->event_step; in init_threshold()
887 if (old_time_width < threshold->time_width) in init_threshold()
888 ipa_tm_sub(&nstat.tm_from, old_time_width); in init_threshold()