Home
last modified time | relevance | path

Searched refs:retry (Results 76 - 100 of 2320) sorted by relevance

12345678910>>...93

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8188e.c772 int retry = 2; in rtl8188eu_phy_iqcalibrate() local
856 for (i = 0; i < retry; i++) { in rtl8188eu_phy_iqcalibrate()
872 for (i = 0; i < retry; i++) { in rtl8188eu_phy_iqcalibrate()
1139 int retry, retval; in rtl8188eu_active_to_lps() local
1143 retry = 100; in rtl8188eu_active_to_lps()
1152 } while (retry--); in rtl8188eu_active_to_lps()
1154 if (!retry) { in rtl8188eu_active_to_lps()
1537 ra->nsc_down += ra->retry[i] * retry_penalty[penalty_id1][i]; in rtl8188e_rate_decision()
1548 ra->nsc_up += ra->retry[i] * retry_penalty[penalty_id2][i]; in rtl8188e_rate_decision()
1656 numsc += ra->retry[ in rtl8188e_power_training_decision()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_mschapv2.c402 int retry = 1; in eap_mschapv2_failure_txt() local
423 retry = atoi(pos); in eap_mschapv2_failure_txt()
424 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: retry is %sallowed", in eap_mschapv2_failure_txt()
425 retry == 1 ? "" : "not "); in eap_mschapv2_failure_txt()
473 if (data->prev_error == ERROR_AUTHENTICATION_FAILURE && retry && in eap_mschapv2_failure_txt()
477 "EAP-MSCHAPV2: mark password retry disabled based on local configuration"); in eap_mschapv2_failure_txt()
478 retry = 0; in eap_mschapv2_failure_txt()
481 "EAP-MSCHAPV2: failure message: '%s' (retry %sallowed, error " in eap_mschapv2_failure_txt()
483 msg, retry == 1 ? "" : "not ", data->prev_error); in eap_mschapv2_failure_txt()
492 } else if (retry in eap_mschapv2_failure_txt()
659 int retry = 0; eap_mschapv2_failure() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_mschapv2.c402 int retry = 1; in eap_mschapv2_failure_txt() local
423 retry = atoi(pos); in eap_mschapv2_failure_txt()
424 wpa_printf(MSG_DEBUG, "EAP-MSCHAPV2: retry is %sallowed", in eap_mschapv2_failure_txt()
425 retry == 1 ? "" : "not "); in eap_mschapv2_failure_txt()
473 if (data->prev_error == ERROR_AUTHENTICATION_FAILURE && retry && in eap_mschapv2_failure_txt()
477 "EAP-MSCHAPV2: mark password retry disabled based on local configuration"); in eap_mschapv2_failure_txt()
478 retry = 0; in eap_mschapv2_failure_txt()
481 "EAP-MSCHAPV2: failure message: '%s' (retry %sallowed, error " in eap_mschapv2_failure_txt()
483 msg, retry == 1 ? "" : "not ", data->prev_error); in eap_mschapv2_failure_txt()
492 } else if (retry in eap_mschapv2_failure_txt()
659 int retry = 0; eap_mschapv2_failure() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_common_event.cpp81 int32_t retry = RETRY_SUBSCRIBER; in SubscriberEvent() local
88 HILOG_DEBUG("SubscriberEvent failed, retry %{public}d", retry); in SubscriberEvent()
89 retry--; in SubscriberEvent()
92 } while (retry); in SubscriberEvent()
/kernel/linux/linux-5.10/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c89 retry: in hp_sw_tur()
106 goto retry; in hp_sw_tur()
127 retry: in hp_sw_start_stop()
143 * Switch-over in progress, retry. in hp_sw_start_stop()
146 goto retry; in hp_sw_start_stop()
/kernel/linux/linux-6.6/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c92 retry: in hp_sw_tur()
109 goto retry; in hp_sw_tur()
133 retry: in hp_sw_start_stop()
149 * Switch-over in progress, retry. in hp_sw_start_stop()
152 goto retry; in hp_sw_start_stop()
/third_party/ffmpeg/tools/
H A Dprobetest.c96 unsigned int p, i, type, size, retry; in main() local
146 for (retry = 0; retry < retry_count; retry += FFMAX(size, 32)) { in main()
/kernel/linux/linux-5.10/fs/fuse/
H A Ddax.c451 * range to become free and retry. in fuse_setup_new_dax_mapping()
670 static int __fuse_dax_break_layouts(struct inode *inode, bool *retry, in __fuse_dax_break_layouts() argument
679 *retry = true; in __fuse_dax_break_layouts()
689 bool retry; in fuse_dax_break_layouts() local
693 retry = false; in fuse_dax_break_layouts()
694 ret = __fuse_dax_break_layouts(inode, &retry, dmap_start, in fuse_dax_break_layouts()
696 } while (ret == 0 && retry); in fuse_dax_break_layouts()
801 bool retry = false; in __fuse_dax_fault() local
805 retry: in __fuse_dax_fault()
806 if (retry in __fuse_dax_fault()
952 inode_inline_reclaim_one_dmap(struct fuse_conn_dax *fcd, struct inode *inode, bool *retry) inode_inline_reclaim_one_dmap() argument
1034 bool retry = false; alloc_dax_mapping_reclaim() local
[all...]
/kernel/linux/linux-6.6/fs/fuse/
H A Ddax.c452 * will wait for a memory range to become free and retry. in fuse_setup_new_dax_mapping()
669 static int __fuse_dax_break_layouts(struct inode *inode, bool *retry, in __fuse_dax_break_layouts() argument
678 *retry = true; in __fuse_dax_break_layouts()
688 bool retry; in fuse_dax_break_layouts() local
692 retry = false; in fuse_dax_break_layouts()
693 ret = __fuse_dax_break_layouts(inode, &retry, dmap_start, in fuse_dax_break_layouts()
695 } while (ret == 0 && retry); in fuse_dax_break_layouts()
797 bool retry = false; in __fuse_dax_fault() local
801 retry: in __fuse_dax_fault()
802 if (retry in __fuse_dax_fault()
946 inode_inline_reclaim_one_dmap(struct fuse_conn_dax *fcd, struct inode *inode, bool *retry) inode_inline_reclaim_one_dmap() argument
1028 bool retry = false; alloc_dax_mapping_reclaim() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.c219 uint32_t retry = 0; in stop_sync_sw() local
246 ++retry; in stop_sync_sw()
247 } while (retry <= 2); in stop_sync_sw()
303 uint32_t retry = 0; in start_sync_sw() local
317 ++retry; in start_sync_sw()
337 } while (retry <= I2C_SW_RETRIES); in start_sync_sw()
387 /* i2c_engine is busy by VBios, lets wait and retry */ in dce_i2c_engine_acquire_sw()
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dhwio.c120 int ret, retry = 1; in cw1200_data_read() local
125 while (retry <= MAX_RETRY) { in cw1200_data_read()
134 retry++; in cw1200_data_read()
147 int ret, retry = 1; in cw1200_data_write() local
152 while (retry <= MAX_RETRY) { in cw1200_data_write()
161 retry++; in cw1200_data_write()
/kernel/linux/linux-5.10/mm/
H A Dpurgeable.c161 retry: in lock_uxpte()
166 goto retry; in lock_uxpte()
196 retry: in uxpte_set_present()
201 goto retry; in uxpte_set_present()
218 retry: in uxpte_clear_present()
223 goto retry; in uxpte_clear_present()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_i2c_sw.c217 uint32_t retry = 0; in stop_sync_sw() local
244 ++retry; in stop_sync_sw()
245 } while (retry <= 2); in stop_sync_sw()
301 uint32_t retry = 0; in start_sync_sw() local
315 ++retry; in start_sync_sw()
335 } while (retry <= I2C_SW_RETRIES); in start_sync_sw()
386 /* i2c_engine is busy by VBios, lets wait and retry */ in dce_i2c_engine_acquire_sw()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dhwio.c120 int ret, retry = 1; in cw1200_data_read() local
125 while (retry <= MAX_RETRY) { in cw1200_data_read()
134 retry++; in cw1200_data_read()
147 int ret, retry = 1; in cw1200_data_write() local
152 while (retry <= MAX_RETRY) { in cw1200_data_write()
161 retry++; in cw1200_data_write()
/kernel/linux/linux-6.6/mm/
H A Dpurgeable.c163 retry: in lock_uxpte()
168 goto retry; in lock_uxpte()
198 retry: in uxpte_set_present()
203 goto retry; in uxpte_set_present()
220 retry: in uxpte_clear_present()
225 goto retry; in uxpte_clear_present()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp_event.c52 unsigned int retry; /* which retry */ member
60 * Leaves data, retry count etc. alone.
128 e->retry++; in event_retry()
129 wpa_printf(MSG_DEBUG, "WPS UPnP: Try address %d", e->retry); in event_retry()
131 if (e->retry >= dl_list_len(&s->addr_list)) { in event_retry()
289 if (itry++ == e->retry) in event_send_start()
291 if (itry < e->retry) in event_send_start()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp_event.c52 unsigned int retry; /* which retry */ member
60 * Leaves data, retry count etc. alone.
128 e->retry++; in event_retry()
129 wpa_printf(MSG_DEBUG, "WPS UPnP: Try address %d", e->retry); in event_retry()
131 if (e->retry >= dl_list_len(&s->addr_list)) { in event_retry()
290 if (itry++ == e->retry) in event_send_start()
292 if (itry < e->retry) in event_send_start()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddms_continue_recv_manager.cpp239 uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t delay, const int32_t retry) in PostOnBroadcastBusiness()
241 auto feedfunc = [this, senderNetworkId, bundleNameId, continueTypeId, state, retry]() mutable { in PostOnBroadcastBusiness()
242 DealOnBroadcastBusiness(senderNetworkId, bundleNameId, continueTypeId, state, retry); in PostOnBroadcastBusiness()
253 uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t retry) in RetryPostBroadcast()
255 HILOGI("Retry post broadcast, current retry times %{public}d", retry); in RetryPostBroadcast()
256 if (retry == DBMS_RETRY_MAX_TIME) { in RetryPostBroadcast()
257 HILOGE("meet max retry time!"); in RetryPostBroadcast()
260 PostOnBroadcastBusiness(senderNetworkId, bundleNameId, continueTypeId, state, DBMS_RETRY_DELAY, retry + 1); in RetryPostBroadcast()
312 uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t retry) in DealOnBroadcastBusiness()
238 PostOnBroadcastBusiness(const std::string& senderNetworkId, uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t delay, const int32_t retry) PostOnBroadcastBusiness() argument
252 RetryPostBroadcast(const std::string& senderNetworkId, uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t retry) RetryPostBroadcast() argument
311 DealOnBroadcastBusiness(const std::string& senderNetworkId, uint16_t bundleNameId, uint8_t continueTypeId, const int32_t state, const int32_t retry) DealOnBroadcastBusiness() argument
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dnetwork.c338 /* otherwise ask caller to retry later */ in lws_socket_bind()
410 const lws_retry_bo_t *retry, uint16_t *ctry, in lws_retry_get_delay_ms()
413 uint64_t ms = 3000, pc = 30; /* sane-ish defaults if no retry table */ in lws_retry_get_delay_ms()
419 if (retry) { in lws_retry_get_delay_ms()
420 if (retry->retry_ms_table_count) { in lws_retry_get_delay_ms()
421 if (*ctry < retry->retry_ms_table_count) in lws_retry_get_delay_ms()
422 ms = retry->retry_ms_table[*ctry]; in lws_retry_get_delay_ms()
424 ms = retry->retry_ms_table[ in lws_retry_get_delay_ms()
425 retry->retry_ms_table_count - 1]; in lws_retry_get_delay_ms()
429 if (retry in lws_retry_get_delay_ms()
409 lws_retry_get_delay_ms(struct lws_context *context, const lws_retry_bo_t *retry, uint16_t *ctry, char *conceal) lws_retry_get_delay_ms() argument
448 lws_retry_sul_schedule(struct lws_context *context, int tid, lws_sorted_usec_list_t *sul, const lws_retry_bo_t *retry, sul_cb_t cb, uint16_t *ctry) lws_retry_sul_schedule() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c266 retry: in do_read_onechip()
343 /* Latency issues. Drop the lock, wait a while and retry */ in do_read_onechip()
346 goto retry; in do_read_onechip()
358 goto retry; in do_read_onechip()
441 retry: in do_write_buffer()
477 /* Latency issues. Drop the lock, wait a while and retry */ in do_write_buffer()
480 goto retry; in do_write_buffer()
491 goto retry; in do_write_buffer()
569 /* Latency issues. Drop the lock, wait a while and retry */ in do_write_buffer()
747 retry in do_erase_oneblock()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c267 retry: in do_read_onechip()
344 /* Latency issues. Drop the lock, wait a while and retry */ in do_read_onechip()
347 goto retry; in do_read_onechip()
359 goto retry; in do_read_onechip()
442 retry: in do_write_buffer()
478 /* Latency issues. Drop the lock, wait a while and retry */ in do_write_buffer()
481 goto retry; in do_write_buffer()
492 goto retry; in do_write_buffer()
570 /* Latency issues. Drop the lock, wait a while and retry */ in do_write_buffer()
748 retry in do_erase_oneblock()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c119 retry: in pasemi_alloc_tx_chan()
124 goto retry; in pasemi_alloc_tx_chan()
138 retry: in pasemi_alloc_rx_chan()
143 goto retry; in pasemi_alloc_rx_chan()
377 retry: in pasemi_dma_alloc_flag()
382 goto retry; in pasemi_dma_alloc_flag()
442 retry: in pasemi_dma_alloc_fun()
447 goto retry; in pasemi_dma_alloc_fun()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c121 retry: in pasemi_alloc_tx_chan()
126 goto retry; in pasemi_alloc_tx_chan()
140 retry: in pasemi_alloc_rx_chan()
145 goto retry; in pasemi_alloc_rx_chan()
379 retry: in pasemi_dma_alloc_flag()
384 goto retry; in pasemi_dma_alloc_flag()
444 retry: in pasemi_dma_alloc_fun()
449 goto retry; in pasemi_dma_alloc_fun()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-i2c.c535 int retry, ret = -EREMOTEIO; in ivtv_write() local
538 for (retry = 0; ret != 0 && retry < 8; ++retry) { in ivtv_write()
558 int retry, ret = -EREMOTEIO; in ivtv_read() local
561 for (retry = 0; ret != 0 && retry < 8; ++retry) { in ivtv_read()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dmcs7830.c301 int retry; in mcs7830_rev_C_fixup() local
303 for (retry = 0; retry < 2; retry++) { in mcs7830_rev_C_fixup()
484 int retry; in mcs7830_bind() local
488 for (retry = 0; retry < 5 && ret; retry++) in mcs7830_bind()

Completed in 21 milliseconds

12345678910>>...93