Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 7 of 7) sorted by relevance

/subsys/fs/ext2/
A Dext2_disk_access.c38 int rc, loop = 0; in disk_read() local
46 } while ((rc == -EBUSY) && (loop++ < 16)); in disk_read()
52 int rc, loop = 0; in disk_write() local
60 } while ((rc == -EBUSY) && (loop++ < 16)); in disk_write()
/subsys/usb/usb_c/
A DKconfig41 The USB-C state machine is run in a loop and the cycle time is the
42 delay before running the loop again.
/subsys/net/lib/config/
A Dinit.c398 int loop = timeout / LOOP_DIVIDER; in net_config_init_by_iface() local
434 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()
/subsys/bluetooth/controller/ll_sw/
A Dull.c1120 uint8_t loop = PDU_RX_POOL_SIZE / PDU_RX_NODE_POOL_ELEMENT_SIZE; in ll_rx_dequeue() local
1131 LL_ASSERT(loop); in ll_rx_dequeue()
1132 loop--; in ll_rx_dequeue()
2151 uint8_t loop; in ull_prepare_dequeue() local
2178 loop = (EVENT_PIPELINE_MAX + 3U); in ull_prepare_dequeue()
2188 LL_ASSERT(loop); in ull_prepare_dequeue()
2189 loop--; in ull_prepare_dequeue()
/subsys/net/lib/zperf/
A Dzperf_udp_uploader.c70 int loop = CONFIG_NET_ZPERF_UDP_REPORT_RETANSMISSION_COUNT; in zperf_upload_fin() local
77 while (ret <= 0 && loop-- > 0) { in zperf_upload_fin()
/subsys/testsuite/ztest/
A DKconfig107 spin in a loop. This is useful for low power mode tests, where
/subsys/bluetooth/controller/
A DKconfig.ll_sw_split922 loop to demux rx messages from LLL.

Completed in 29 milliseconds