Searched refs:repetitions (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/security/ |
H A D | entry_flush.c | 23 int repetitions = 10; in entry_flush_test() local 66 iter = repetitions; in entry_flush_test() 91 if (passes < repetitions) { in entry_flush_test() 94 entry_flush ? repetitions * l1d_misses_expected : in entry_flush_test() 95 repetitions * l1d_misses_expected / 2, in entry_flush_test() 96 repetitions - passes, repetitions); in entry_flush_test() 101 entry_flush ? repetitions * l1d_misses_expected : in entry_flush_test() 102 repetitions * l1d_misses_expected / 2, in entry_flush_test() 103 passes, repetitions); in entry_flush_test() 112 iter = repetitions; in entry_flush_test()
|
H A D | rfi_flush.c | 23 int repetitions = 10; in rfi_flush_test() local 67 iter = repetitions; in rfi_flush_test() 92 if (passes < repetitions) { in rfi_flush_test() 95 rfi_flush ? repetitions * l1d_misses_expected : in rfi_flush_test() 96 repetitions * l1d_misses_expected / 2, in rfi_flush_test() 97 repetitions - passes, repetitions); in rfi_flush_test() 102 rfi_flush ? repetitions * l1d_misses_expected : in rfi_flush_test() 103 repetitions * l1d_misses_expected / 2, in rfi_flush_test() 104 passes, repetitions); in rfi_flush_test() 112 iter = repetitions; in rfi_flush_test()
|
H A D | uaccess_flush.c | 24 int repetitions = 10; in uaccess_flush_test() local 80 iter = repetitions; in uaccess_flush_test() 105 if (passes < repetitions) { in uaccess_flush_test() 108 uaccess_flush ? repetitions * l1d_misses_expected : in uaccess_flush_test() 109 repetitions * l1d_misses_expected / 2, in uaccess_flush_test() 110 repetitions - passes, repetitions); in uaccess_flush_test() 115 uaccess_flush ? repetitions * l1d_misses_expected : in uaccess_flush_test() 116 repetitions * l1d_misses_expected / 2, in uaccess_flush_test() 117 passes, repetitions); in uaccess_flush_test() 126 iter = repetitions; in uaccess_flush_test()
|
/openbmc/linux/drivers/staging/pi433/ |
H A D | pi433_if.h | 63 __u16 repetitions; member
|
H A D | pi433_if.c | 565 int position, repetitions; in pi433_tx_thread() local 668 retval = rf69_set_payload_length(spi, size * tx_cfg.repetitions); in pi433_tx_thread() 705 repetitions = tx_cfg.repetitions; in pi433_tx_thread() 706 while ((repetitions > 0) && (size > position)) { in pi433_tx_thread() 719 repetitions--; in pi433_tx_thread()
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 888 size_t repetitions; member 959 for (i = 0; i < t->repetitions; i++) { in do_test() 961 if (t->repetitions > 1) in do_test()
|
/openbmc/linux/Documentation/driver-api/iio/ |
H A D | buffers.rst | 47 * *repeat*, specifies the number of bits/storagebits repetitions. When the
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_prog_run.rst | 91 - When running the program with multiple repetitions, the execution will happen
|
/openbmc/linux/drivers/staging/pi433/Documentation/ |
H A D | pi433.txt | 117 repetitions
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | litmus-tests.txt | 299 It is tempting to avoid the open-coded repetitions of the value "42"
|
/openbmc/linux/Documentation/networking/ |
H A D | bonding.rst | 763 repetitions cannot be set independently.
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 21842 + fprintf(stderr, "bad time repetitions '%s'\n", arg2);
|