Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dfreq-step.c20 #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()
/OK3568_Linux_fs/kernel/samples/
H A DKconfig2 menuconfig SAMPLES config
7 if SAMPLES
219 endif # SAMPLES
/OK3568_Linux_fs/kernel/drivers/media/pci/
H A DKconfig62 depends on SAMPLES
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dadxl34x.c140 #define SAMPLES(x) ((x) & 0x1F) macro
850 SAMPLES(pdata->watermark)); in adxl34x_probe()
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dhist.c509 HPP__PRINT_FNS("Samples", samples, SAMPLES),