Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-latest/tests/subsys/pm/power_mgmt_soc/src/
Dpower_mgmt.c226 uint8_t iterations = cycles; in test_pwr_mgmt_multithread() local
234 while (iterations-- > 0) { in test_pwr_mgmt_multithread()
282 uint8_t iterations = cycles; in test_pwr_mgmt_singlethread() local
288 while (iterations-- > 0) { in test_pwr_mgmt_singlethread()
323 uint8_t iterations = 1; in test_dummy_init() local
328 while (iterations-- > 0) { in test_dummy_init()
/Zephyr-latest/samples/net/sockets/big_http_download/
DKconfig19 int "Limit number of iterations"
22 Number of download iterations (0 - unlimited).
/Zephyr-latest/samples/bluetooth/central_multilink/src/
Dmain.c11 int init_central(uint8_t max_conn, uint8_t iterations);
Dcentral_multilink.c321 int init_central(uint8_t max_conn, uint8_t iterations) in init_central() argument
363 if (!iterations) { in init_central()
366 iterations--; in init_central()
367 printk("Iterations remaining: %u\n", iterations); in init_central()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dmain.c11 int init_peripheral(uint8_t max_conn, uint8_t iterations);
Dperipheral_identity.c245 int init_peripheral(uint8_t max_conn, uint8_t iterations) in init_peripheral() argument
303 if (!iterations) { in init_peripheral()
306 iterations--; in init_peripheral()
307 printk("Iterations remaining: %u\n", iterations); in init_peripheral()
/Zephyr-latest/tests/posix/common/
DKconfig7 int "Number of iterations to check clock_gettime() reliability"
14 int "Time to sleep between iterations in milliseconds"
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/src/
Dpower_mgmt.c266 uint8_t iterations = cycles; in test_pwr_mgmt_multithread() local
280 while (iterations-- > 0) { in test_pwr_mgmt_multithread()
334 uint8_t iterations = cycles; in test_pwr_mgmt_singlethread() local
341 while (iterations-- > 0) { in test_pwr_mgmt_singlethread()
/Zephyr-latest/samples/net/sockets/http_client/src/
Dmain.c363 int iterations = CONFIG_NET_SAMPLE_SEND_ITERATIONS; in main() local
367 while (iterations == 0 || i < iterations) { in main()
374 if (iterations > 0) { in main()
376 if (i >= iterations) { in main()
386 if (iterations == 0) { in main()
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c398 int iterations = CONFIG_NET_SAMPLE_SEND_ITERATIONS; in start_client() local
402 while (iterations == 0 || i < iterations) { in start_client()
423 if (iterations > 0) { in start_client()
425 if (i >= iterations) { in start_client()
/Zephyr-latest/tests/benchmarks/latency_measure/
DKconfig9 int "Number of iterations to gather data"
/Zephyr-latest/samples/bluetooth/central_multilink/
DKconfig7 int "Connection iterations"
/Zephyr-latest/samples/bluetooth/peripheral_identity/
DKconfig7 int "Connection iterations"
/Zephyr-latest/tests/bsim/bluetooth/ll/multiple_id/src/
Dmain.c28 int init_central(uint8_t max_conn, uint8_t iterations);
29 int init_peripheral(uint8_t max_conn, uint8_t iterations);
/Zephyr-latest/tests/benchmarks/sched_queues/
DKconfig9 int "Number of iterations to gather data"
35 This option displays the average time of all the iterations done for
/Zephyr-latest/tests/benchmarks/wait_queues/
DKconfig9 int "Number of iterations to gather data"
35 This option displays the average time of all the iterations done for
/Zephyr-latest/tests/subsys/sip_svc/
DKconfig18 Number of iterations to be performed.
/Zephyr-latest/drivers/can/
DKconfig.mcux25 int "Maximum number of wait loop iterations"
28 Maximum number of wait loop iterations for the MCUX FlexCAN HAL when entering/leaving
/Zephyr-latest/subsys/rtio/
DKconfig17 use polling on the completion queue with a k_yield() in between iterations.
30 iterations.
/Zephyr-latest/tests/kernel/fpu_sharing/generic/
DCMakeLists.txt9 # compensate for this, one can control the number of iterations in the PI
/Zephyr-latest/tests/boot/test_mcuboot/
Dsysbuild.cmake23 # iterations, the MCUBoot swap won't be triggered until the secondary app
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_runner.py477 def test_retry(self, capfd, out_path, test_path, test_platforms, iterations): argument
478 …args = ['--outdir', out_path, '-T', test_path, '--retry-failed', iterations, '--retry-interval', '…
498 assert int(iteration_number) == int(iterations) + 1
679 def test_retry_build_errors(self, capfd, out_path, test_path, test_platforms, iterations): argument
680 …rgs = ['--outdir', out_path, '-T', test_path, '--retry-build-errors', '--retry-failed', iterations,
701 assert int(iteration_number) == int(iterations) + 1
/Zephyr-latest/tests/drivers/build_all/sensor/
DKconfig22 0, 25, 50, 75, and 100. These iterations are run in parallel.
/Zephyr-latest/tests/boards/espressif/cache_coex/
DREADME.rst12 value. By the end of the thread iterations, both PSRAM and SPI Flash have its contents compared aga…
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig153 int "[DEPRECATED] Number of iterations the test suite will run"
160 int "[DEPRECATED] Number of iterations the test will run"
175 int "Number of iterations the test suite will run"
181 int "Number of iterations the test will run"

12