Searched refs:SAMPLES (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/cpu/
H A Drdrand.c26 enum { SAMPLES = 8, MIN_CHANGE = 5 }; enumerator in enum:__anon248
34 for (changed = 0, i = 0; i < SAMPLES; ++i) {
/linux-master/tools/testing/selftests/timers/
H A Dfreq-step.c20 #define SAMPLES 100 macro
148 struct sample samples[SAMPLES];
167 for (i = 0; i < SAMPLES; i++) {
173 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1);
180 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1);
184 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope,
/linux-master/drivers/input/misc/
H A Dadxl34x.c140 #define SAMPLES(x) ((x) & 0x1F) macro
855 SAMPLES(pdata->watermark));
/linux-master/tools/perf/ui/
H A Dhist.c512 HPP__PRINT_FNS("Samples", samples, SAMPLES),

Completed in 144 milliseconds