Searched refs:retry (Results 1 – 17 of 17) sorted by relevance
197 uint8_t retry = 0; in usbh_bluetooth_hci_rx_thread() local210 retry++; in usbh_bluetooth_hci_rx_thread()211 if (retry == 3) { in usbh_bluetooth_hci_rx_thread()212 retry = 0; in usbh_bluetooth_hci_rx_thread()280 uint8_t retry = 0; in usbh_bluetooth_hci_evt_rx_thread() local297 retry++; in usbh_bluetooth_hci_evt_rx_thread()298 if (retry == 3) { in usbh_bluetooth_hci_evt_rx_thread()299 retry = 0; in usbh_bluetooth_hci_evt_rx_thread()328 uint8_t retry = 0; in usbh_bluetooth_hci_acl_rx_thread() local341 retry++; in usbh_bluetooth_hci_acl_rx_thread()[all …]
75 #define SFUD_RETRY_PROCESS(delay, retry, result) \ argument77 if (retry == 0) {result = SFUD_ERR_TIMEOUT;break;} \78 else {if (__delay_temp) {__delay_temp();} retry --;}279 } retry; member
122 int retry = 1; in lwp_pgrp_delete() local135 while (retry) in lwp_pgrp_delete()137 retry = 0; in lwp_pgrp_delete()161 retry = 1; in lwp_pgrp_delete()239 int retry = 1; in lwp_pgrp_move() local254 while (retry) in lwp_pgrp_move()256 retry = 0; in lwp_pgrp_move()269 retry = 1; in lwp_pgrp_move()
22 int retry; in _mutex_take_safe() local48 retry = 0; in _mutex_take_safe()76 retry = 1; in _mutex_take_safe()88 } while (retry); in _mutex_take_safe()
88 int retry = 1; in lwp_session_delete() local100 while (retry) in lwp_session_delete()102 retry = 0; in lwp_session_delete()129 retry = 1; in lwp_session_delete()
821 retry: in _handle_futex_death()854 goto retry; in _handle_futex_death()862 goto retry; in _handle_futex_death()
656 for (int retry = 0; retry < 5; ++retry) in rt_ahci_host_register() local690 for (int retry = 0; retry < 5; ++retry) in rt_ahci_host_register() local
64 uint8_t retry; in usbh_video_get() local77 retry = 0; in usbh_video_get()83 retry++; in usbh_video_get()85 if (retry == 3) { in usbh_video_get()
265 rt_bool_t retry = RT_FALSE; in its_cmd_submit_raw() local297 if (!retry && its_readl(its, GITS_CREADR) & 1) in its_cmd_submit_raw()301 retry = RT_TRUE; in its_cmd_submit_raw()303 else if (retry) in its_cmd_submit_raw()
351 int retry) in mmcsd_send_app_cmd() argument363 for (i = 0; i <= retry; i++) in mmcsd_send_app_cmd()
272 flash->retry.delay = retry_delay_100us; in sfud_spi_port_init()274 flash->retry.times = 60 * 10000; in sfud_spi_port_init()
82 notifying user, retry subscribe or disconnect from server */
978 size_t retry_times = flash->retry.times;988 SFUD_RETRY_PROCESS(flash->retry.delay, retry_times, result);
3294 to free some memory and retry the allocation.
4250 to free some memory and retry the allocation.
4503 to free some memory and retry the allocation.
Completed in 36 milliseconds