Home
last modified time | relevance | path

Searched defs:rounds (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Duser.c16 uint32_t rounds = NB_YIELDS / nb_threads; in context_switch_yield() local
/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
/Zephyr-latest/drivers/input/
Dinput_xpt2046.c136 int rounds = config->reads; in xpt2046_work_handler() local
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c84 static uint32_t rounds; variable