Home
last modified time | relevance | path

Searched refs:retry (Results 726 - 750 of 3412) sorted by relevance

1...<<21222324252627282930>>...137

/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c241 int retry, ret = 0; in process_request() local
262 retry = CPT_PENTRY_TIMEOUT / CPT_PENTRY_STEP; in process_request()
263 while (unlikely(!pentry) && retry--) { in process_request()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c73 last_rate = min_t(int, st->retry, IEEE80211_TX_MAX_RATES - 1); in mt76_mac_fill_tx_status()
78 cur_idx = rate[last_rate].idx + st->retry; in mt76_mac_fill_tx_status()
86 rate[last_rate - 1].count = st->retry + 1 - last_rate; in mt76_mac_fill_tx_status()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddp.c736 retry: in drm_dp_link_train_full()
760 goto retry; in drm_dp_link_train_full()
778 goto retry; in drm_dp_link_train_full()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dtsl2563.c310 int retry = 1; in tsl2563_get_adc() local
330 while (retry) { in tsl2563_get_adc()
343 retry = tsl2563_adjust_gainlevel(chip, adc0); in tsl2563_get_adc()
/kernel/linux/linux-6.6/security/landlock/
H A Dfs.c94 retry: in get_inode_object()
103 * away. Wait for release_inode(), then retry. in get_inode_object()
107 goto retry; in get_inode_object()
125 /* Someone else just created the object, bail out and retry. */ in get_inode_object()
130 goto retry; in get_inode_object()
/kernel/linux/linux-6.6/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c551 retry: in send_mode_select()
565 goto retry; in send_mode_select()
567 goto retry; in send_mode_select()
676 * Just retry. in rdac_check_sense()
689 * Just retry and wait. in rdac_check_sense()
695 * Just retry. in rdac_check_sense()
712 * Power On, Reset, or Bus Device Reset, just retry. in rdac_check_sense()
717 * Quiescence in progress , just retry. in rdac_check_sense()
/third_party/backends/backend/
H A Dcanon-scsi.c619 int retry = 0;
623 DBG(5, "wait_ready failed (%d)\n", retry);
624 if (retry++ > 15)
/third_party/NuttX/fs/nfs/
H A Drpc_clnt.c210 retry: in rpcclnt_receive()
235 goto retry; in rpcclnt_receive()
247 goto retry; in rpcclnt_receive()
991 * timeouts. While for TCP-RPC, no retry attempted. in rpcclnt_request()
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c268 int retry = 0; in afalg_fin_cipher_aio() local
349 if (events[0].res == -EBUSY && retry++ < 3) { in afalg_fin_cipher_aio()
352 ALG_PERR("%s(%d): retry %d for io_read failed : ", in afalg_fin_cipher_aio()
353 __FILE__, __LINE__, retry); in afalg_fin_cipher_aio()
/third_party/openssl/engines/
H A De_afalg.c268 int retry = 0; in afalg_fin_cipher_aio() local
349 if (events[0].res == -EBUSY && retry++ < 3) { in afalg_fin_cipher_aio()
352 ALG_PERR("%s(%d): retry %d for io_read failed : ", in afalg_fin_cipher_aio()
353 __FILE__, __LINE__, retry); in afalg_fin_cipher_aio()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp509 UBool retry = FALSE; /* set true if we need to retry, see below */ in uloc_getDisplayName() local
761 sub0Pos=0; /* stops initial padding (and a second retry, in uloc_getDisplayName()
763 retry=TRUE; in uloc_getDisplayName()
771 } while(retry); in uloc_getDisplayName()
/kernel/linux/linux-6.6/mm/
H A Dhugetlb.c712 retry: in region_add()
741 goto retry; in region_add()
838 retry: in region_del()
873 goto retry; in region_del()
2134 bool retry = true; in alloc_buddy_hugetlb_folio() local
2150 retry: in alloc_buddy_hugetlb_folio()
2156 if (retry) { /* retry once */ in alloc_buddy_hugetlb_folio()
2157 retry = false; in alloc_buddy_hugetlb_folio()
2158 goto retry; in alloc_buddy_hugetlb_folio()
2202 bool retry = false; alloc_fresh_hugetlb_folio() local
[all...]
H A Dgup.c75 retry: in try_get_folio()
94 goto retry; in try_get_folio()
1226 retry: in __get_user_pages()
1243 goto retry; in __get_user_pages()
1356 * does not allow retry. If NULL, the caller must guarantee
1391 retry: in fixup_user_fault()
1428 goto retry; in fixup_user_fault()
1544 retry: in __get_user_pages_locked()
1571 /* Continue to retry until we succeeded */ in __get_user_pages_locked()
1573 goto retry; in __get_user_pages_locked()
[all...]
H A Dfilemap.c1317 * And if that fails, we'll have to retry this all. in folio_wait_bit_common()
1789 * 3. If the folio is not found by xas_reload(), put the refcount and retry
1974 retry: in find_get_entry()
1981 goto retry; in find_get_entry()
2001 goto retry; in find_get_entry()
2209 goto retry; in filemap_get_folios_contig()
2226 retry: in filemap_get_folios_contig()
2344 goto retry; in filemap_get_read_batch()
2359 retry: in filemap_get_read_batch()
2548 retry in filemap_get_pages()
[all...]
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c366 retry: in txBegin()
375 goto retry; in txBegin()
387 goto retry; in txBegin()
398 goto retry; in txBegin()
408 goto retry; in txBegin()
461 retry: in txBeginAnon()
469 goto retry; in txBeginAnon()
478 goto retry; in txBeginAnon()
/kernel/linux/linux-5.10/fs/ext4/
H A Dextents_status.c897 retry: in ext4_es_insert_extent()
940 goto retry; in ext4_es_insert_extent()
1523 retry: in ext4_es_remove_extent()
1541 goto retry; in ext4_es_remove_extent()
1562 retry: in __es_shrink()
1610 goto retry; in __es_shrink()
2093 retry: in ext4_es_insert_delayed_block()
2134 goto retry; in ext4_es_insert_delayed_block()
/kernel/linux/linux-5.10/mm/
H A Dfilemap.c1293 * And if that fails, we'll have to retry this all. in wait_on_page_bit_common()
1922 goto retry; in find_get_entries()
1944 retry: in find_get_entries()
1992 goto retry; in find_get_pages_range()
2006 retry: in find_get_pages_range()
2060 goto retry; in find_get_pages_contig()
2072 retry: in find_get_pages_contig()
2118 goto retry; in find_get_pages_range_tag()
2132 retry: in find_get_pages_range_tag()
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents_status.c890 retry: in ext4_es_insert_extent()
933 goto retry; in ext4_es_insert_extent()
1516 retry: in ext4_es_remove_extent()
1534 goto retry; in ext4_es_remove_extent()
1555 retry: in __es_shrink()
1603 goto retry; in __es_shrink()
2083 retry: in ext4_es_insert_delayed_block()
2124 goto retry; in ext4_es_insert_delayed_block()
/kernel/linux/linux-6.6/fs/
H A Dsuper.c784 retry: in sget_fc()
797 goto retry; in sget_fc()
835 goto retry; in sget_fc()
867 retry: in sget()
879 goto retry; in sget()
889 goto retry; in sget()
1948 retry: in freeze_super()
1973 goto retry; in freeze_super()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.c366 retry: in txBegin()
375 goto retry; in txBegin()
387 goto retry; in txBegin()
398 goto retry; in txBegin()
408 goto retry; in txBegin()
461 retry: in txBeginAnon()
469 goto retry; in txBeginAnon()
478 goto retry; in txBeginAnon()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Datmel_mxt_ts.c466 static int mxt_lookup_bootloader_address(struct mxt_data *data, bool retry) in mxt_lookup_bootloader_address() argument
476 if (retry || family_id >= 0xa2) { in mxt_lookup_bootloader_address()
2233 bool retry = false; in mxt_init_t7_power_cfg() local
2242 if (!retry) { in mxt_init_t7_power_cfg()
2245 retry = true; in mxt_init_t7_power_cfg()
2825 unsigned int retry = 0; in mxt_load_fw() local
2896 retry++; in mxt_load_fw()
2898 /* Back off by 20ms per retry */ in mxt_load_fw()
2899 msleep(retry * 20); in mxt_load_fw()
2901 if (retry > 2 in mxt_load_fw()
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.c2352 int ngtcp2_pkt_verify_retry_tag(uint32_t version, const ngtcp2_pkt_retry *retry, in ngtcp2_pkt_verify_retry_tag() argument
2365 assert(pktlen >= sizeof(retry->tag)); in ngtcp2_pkt_verify_retry_tag()
2368 1 + retry->odcid.datalen + pktlen - sizeof(retry->tag)) { in ngtcp2_pkt_verify_retry_tag()
2372 *p++ = (uint8_t)retry->odcid.datalen; in ngtcp2_pkt_verify_retry_tag()
2373 p = ngtcp2_cpymem(p, retry->odcid.data, retry->odcid.datalen); in ngtcp2_pkt_verify_retry_tag()
2374 p = ngtcp2_cpymem(p, pkt, pktlen - sizeof(retry->tag)); in ngtcp2_pkt_verify_retry_tag()
2399 if (0 != memcmp(retry->tag, tag, sizeof(retry in ngtcp2_pkt_verify_retry_tag()
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp759 "ret:%{public}d, retry:%{public}s, retryRet:%{public}d", type.c_str(), uri.c_str(), in PrintSubscribeState()
760 std::to_string(subscribeId).c_str(), it->second.ret, (it->second.retry ? "yes" : "no"), in PrintSubscribeState()
772 // ok or already retry in RetryFailureRdbSubscribes()
773 if (record.ret == 0 || record.retry) { in RetryFailureRdbSubscribes()
787 record.retry = true; in RetryFailureRdbSubscribes()
795 HILOG_ERROR("retry subscribe rdb data failed, uri:%{public}s, subscriberId:%{public}s, " in RetryFailureRdbSubscribes()
807 // ok or already retry in RetryFailurePublishedSubscribes()
808 if (record.ret == 0 || record.retry) { in RetryFailurePublishedSubscribes()
822 record.retry = true; in RetryFailurePublishedSubscribes()
827 HILOG_ERROR("retry subscrib in RetryFailurePublishedSubscribes()
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dsynaptics.c1425 int retry = 0; in synaptics_reconnect() local
1430 if (retry) { in synaptics_reconnect()
1442 } while (error && ++retry < 3); in synaptics_reconnect()
1447 if (retry > 1) in synaptics_reconnect()
1448 psmouse_dbg(psmouse, "reconnected after %d tries\n", retry); in synaptics_reconnect()
/kernel/linux/linux-5.10/fs/erofs/
H A Dzdata.c303 retry: in try_to_claim_pcluster()
308 goto retry; in try_to_claim_pcluster()
321 goto retry; in try_to_claim_pcluster()
649 retry: in z_erofs_do_read_page()
661 goto retry; in z_erofs_do_read_page()

Completed in 56 milliseconds

1...<<21222324252627282930>>...137