Home
last modified time | relevance | path

Searched refs:REPS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/rseq/
H A Drun_param_test.sh33 REPS=1000
42 ./param_test ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
44 …./param_test_compare_twice ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit…
47 ./param_test_mm_cid ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
49 …./param_test_mm_cid_compare_twice ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} …
/openbmc/linux/crypto/
H A Dxor.c80 #define REPS 800U macro
103 } while (reps++ < REPS || (t0 = ktime_get()) == start); in do_xor_speed()
/openbmc/linux/lib/xz/
H A Dxz_lzma2.h202 #define REPS 4 macro