Searched refs:rounds (Results 1 – 6 of 6) sorted by relevance
16 uint32_t rounds = NB_YIELDS / nb_threads; in context_switch_yield() local18 while (rounds--) { in context_switch_yield()
178 uint32_t rounds = (duration + report_interval - 1) / report_interval; in tcp_upload_async_work() local179 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()
136 int rounds = config->reads; in xpt2046_work_handler() local139 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()
84 static uint32_t rounds; variable142 rounds++; in connected()167 if (rounds >= TEST_ROUNDS) { in disconnected()
66 corresponding to a type or an expression. Note: rounds up if the size is
3117 * :github:`53049` - Bluetooth: LL assertion fail with peripherals connect/disconnect rounds