Searched refs:loop (Results 1 – 7 of 7) sorted by relevance
38 int rc, loop = 0; in disk_read() local46 } while ((rc == -EBUSY) && (loop++ < 16)); in disk_read()52 int rc, loop = 0; in disk_write() local60 } while ((rc == -EBUSY) && (loop++ < 16)); in disk_write()
41 The USB-C state machine is run in a loop and the cycle time is the42 delay before running the loop again.
398 int loop = timeout / LOOP_DIVIDER; in net_config_init_by_iface() local434 if (k_sem_take(&waiter, K_MSEC(loop))) { in net_config_init_by_iface()462 k_sem_take(&waiter, K_MSEC(loop)); in net_config_init_by_iface()
1120 uint8_t loop = PDU_RX_POOL_SIZE / PDU_RX_NODE_POOL_ELEMENT_SIZE; in ll_rx_dequeue() local1131 LL_ASSERT(loop); in ll_rx_dequeue()1132 loop--; in ll_rx_dequeue()2151 uint8_t loop; in ull_prepare_dequeue() local2178 loop = (EVENT_PIPELINE_MAX + 3U); in ull_prepare_dequeue()2188 LL_ASSERT(loop); in ull_prepare_dequeue()2189 loop--; in ull_prepare_dequeue()
70 int loop = CONFIG_NET_ZPERF_UDP_REPORT_RETANSMISSION_COUNT; in zperf_upload_fin() local77 while (ret <= 0 && loop-- > 0) { in zperf_upload_fin()
107 spin in a loop. This is useful for low power mode tests, where
922 loop to demux rx messages from LLL.
Completed in 29 milliseconds