Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Duser.c16 uint32_t rounds = NB_YIELDS / nb_threads; in context_switch_yield() local
18 while (rounds--) { in context_switch_yield()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_tcp_uploader.c178 uint32_t rounds = (duration + report_interval - 1) / report_interval; in tcp_upload_async_work() local
179 uint32_t last_round_duration = duration - ((rounds - 1) * report_interval); in tcp_upload_async_work()
183 for (; rounds > 0; rounds--) { in tcp_upload_async_work()
186 if (rounds == 1) { in tcp_upload_async_work()
/Zephyr-latest/drivers/input/
Dinput_xpt2046.c136 int rounds = config->reads; in xpt2046_work_handler() local
139 for (int i = 0; i < rounds; i++) { in xpt2046_work_handler()
144 meas.x /= rounds; in xpt2046_work_handler()
145 meas.y /= rounds; in xpt2046_work_handler()
146 meas.z /= rounds; in xpt2046_work_handler()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c84 static uint32_t rounds; variable
142 rounds++; in connected()
167 if (rounds >= TEST_ROUNDS) { in disconnected()
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst66 corresponding to a type or an expression. Note: rounds up if the size is
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst3117 * :github:`53049` - Bluetooth: LL assertion fail with peripherals connect/disconnect rounds