Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/arch/x86/kernel/cpu/
H A Drdrand.c25 enum { SAMPLES = 8, MIN_CHANGE = 5 }; in x86_init_rdrand() enumerator
33 for (changed = 0, i = 0; i < SAMPLES; ++i) { in x86_init_rdrand()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch26 \'id=ID:red=R:green=G:blue=B:alpha=A:buffer=BUF:stencil=STENCIL:samples=SAMPLES'.
90 " stencil=STENCIL:samples=SAMPLES'. The parameters may be\n"
/openbmc/linux/samples/
H A DKconfig2 menuconfig SAMPLES config
7 if SAMPLES
290 endif # SAMPLES
/openbmc/linux/drivers/media/pci/
H A DKconfig67 depends on SAMPLES
/openbmc/linux/drivers/input/misc/
H A Dadxl34x.c140 #define SAMPLES(x) ((x) & 0x1F) macro
855 SAMPLES(pdata->watermark)); in adxl34x_probe()
/openbmc/linux/tools/perf/ui/
H A Dhist.c512 HPP__PRINT_FNS("Samples", samples, SAMPLES),