Lines Matching defs:samples
110 int samples[NBR_AVG_SAMPLES];
167 * @fg_samples: Number of samples used in the FG accumulation
389 avg->sum += sample - avg->samples[avg->pos];
390 avg->samples[avg->pos] = sample;
428 avg->samples[i] = 0;
449 avg->samples[i] = sample;
472 /* To be able to reprogram the number of samples, we have to
479 /* Program the samples */
553 /* Program the samples */
804 * time in hours (= samples / (3600 * 4)h)
1568 * Discard a number of samples during startup.
1570 * samples to get an initial capacity.