Lines Matching defs:samples
108 int samples[NBR_AVG_SAMPLES];
165 * @fg_samples: Number of samples used in the FG accumulation
386 avg->sum += sample - avg->samples[avg->pos];
387 avg->samples[avg->pos] = sample;
425 avg->samples[i] = 0;
446 avg->samples[i] = sample;
469 /* To be able to reprogram the number of samples, we have to
476 /* Program the samples */
550 /* Program the samples */
802 * time in hours (= samples / (3600 * 4)h)
1548 * Discard a number of samples during startup.
1550 * samples to get an initial capacity.