Searched refs:SamplePeriod (Results 1 – 4 of 4) sorted by relevance
51 t->SamplePeriod = period; in throughput_init()93 for (i = 0; i < t->SamplePeriod; i++) in throughput_uptime()126 secs_up > t->SamplePeriod ? t->SamplePeriod : secs_up); in throughput_disp()172 divisor = uptime < t->SamplePeriod ? uptime + 1 : t->SamplePeriod; in throughput_sampler()188 if (++t->nSample == t->SamplePeriod) in throughput_sampler()191 if (t->callback.fn != NULL && uptime >= t->SamplePeriod) in throughput_sampler()203 for (i = 0; i < t->SamplePeriod; i++) in throughput_start()261 for (i = 0; i < t->SamplePeriod; i++) in throughput_clear()
44 int SamplePeriod; member
220 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) { in mp_CheckAutoloadTimer()235 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) in mp_RestartAutoloadTimer()
1045 if (secs > t->SamplePeriod) in bundle_ShowLinks()1046 secs = t->SamplePeriod; in bundle_ShowLinks()