Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/timers/
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()
/linux-6.12.1/arch/x86/kernel/cpu/
Drdrand.c26 enum { SAMPLES = 8, MIN_CHANGE = 5 }; in x86_init_rdrand() enumerator
34 for (changed = 0, i = 0; i < SAMPLES; ++i) { in x86_init_rdrand()
/linux-6.12.1/samples/
DKconfig2 menuconfig SAMPLES config
7 if SAMPLES
296 endif # SAMPLES
/linux-6.12.1/drivers/media/pci/
DKconfig68 depends on SAMPLES
/linux-6.12.1/drivers/input/misc/
Dadxl34x.c140 #define SAMPLES(x) ((x) & 0x1F) macro
828 SAMPLES(pdata->watermark)); in adxl34x_probe()
/linux-6.12.1/tools/perf/ui/
Dhist.c556 HPP__PRINT_FNS("Samples", samples, SAMPLES),