Searched refs:SAMPLES (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/tools/testing/selftests/timers/ |
D | freq-step.c | 20 #define SAMPLES 100 macro 148 struct sample samples[SAMPLES]; in run_test() 167 for (i = 0; i < SAMPLES; i++) { in run_test() 173 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test() 180 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test() 184 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope, in run_test()
|
/Linux-v5.4/samples/ |
D | Kconfig | 2 menuconfig SAMPLES config 7 if SAMPLES 172 endif # SAMPLES
|
/Linux-v5.4/drivers/media/v4l2-core/ |
D | Kconfig | 37 depends on SAMPLES
|
/Linux-v5.4/drivers/input/misc/ |
D | adxl34x.c | 140 #define SAMPLES(x) ((x) & 0x1F) macro 850 SAMPLES(pdata->watermark)); in adxl34x_probe()
|
/Linux-v5.4/tools/perf/ui/ |
D | hist.c | 446 HPP__PRINT_FNS("Samples", samples, SAMPLES),
|