Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
Dfreq-step.c28 #define SAMPLES 100 macro
156 struct sample samples[SAMPLES]; in run_test()
175 for (i = 0; i < SAMPLES; i++) { in run_test()
181 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test()
188 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test()
192 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope, in run_test()
/Linux-v4.19/samples/
DKconfig1 menuconfig SAMPLES config
7 if SAMPLES
156 endif # SAMPLES
/Linux-v4.19/drivers/input/misc/
Dadxl34x.c140 #define SAMPLES(x) ((x) & 0x1F) macro
850 SAMPLES(pdata->watermark)); in adxl34x_probe()
/Linux-v4.19/tools/perf/ui/
Dhist.c442 HPP__PRINT_FNS("Samples", samples, SAMPLES),