Home
last modified time | relevance | path

Searched refs:retry (Results 1601 - 1625 of 3338) sorted by relevance

1...<<61626364656667686970>>...134

/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_io.c1905 retry: in btree_write_cache_pages()
1941 goto retry; in btree_write_cache_pages()
2061 retry: in extent_write_cache_pages()
2141 goto retry; in extent_write_cache_pages()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dconnect.c314 /* mark submitted MIDs for retry and issue callback */ in cifs_abort_connection()
617 /* retry will check if exiting */ in allocate_buffers()
630 /* retry will check if exiting */ in allocate_buffers()
2662 * to retry registration in the echo task in cifs_get_tcon()
2703 * We can have only one retry value for a connection to a share so for in cifs_get_tcon()
2705 * value passed in for the retry flag is used. in cifs_get_tcon()
2707 tcon->retry = ctx->retry; in cifs_get_tcon()
3992 ctx->retry = master_tcon->retry; in cifs_construct_tcon()
[all...]
H A Dcifsproto.h717 int cifs_wait_for_server_reconnect(struct TCP_Server_Info *server, bool retry);
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1879 bool retry = false; in ibmvscsis_send_messages() local
1883 retry = false; in ibmvscsis_send_messages()
1894 retry = true; in ibmvscsis_send_messages()
1963 } while (retry); in ibmvscsis_send_messages()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif.c1795 retry: in qla24xx_sadb_update()
1804 goto retry; in qla24xx_sadb_update()
3641 retry: in qla_edif_process_els()
3655 goto retry; in qla_edif_process_els()
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dpci.c2316 retry: in nvme_setup_io_queues()
2360 goto retry; in nvme_setup_io_queues()
2423 retry: in __nvme_delete_io_queues()
2441 goto retry; in __nvme_delete_io_queues()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1804 retry: in srpt_create_ch_ib()
1852 bool retry = sq_size > MIN_SRPT_SQ_SIZE; in srpt_create_ch_ib() local
1854 if (retry) { in srpt_create_ch_ib()
1859 goto retry; in srpt_create_ch_ib()
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_state.c319 retry: in xfrm_get_type()
358 goto retry; in xfrm_get_type()
421 retry: in xfrm_get_type_offload()
442 goto retry; in xfrm_get_type_offload()
/third_party/ffmpeg/libavformat/
H A Ddemux.c1744 int retry = 0; in estimate_timings_from_pts() local
1776 offset = filesize - (DURATION_MAX_READ_SIZE << retry); in estimate_timings_from_pts()
1785 if (read_size >= DURATION_MAX_READ_SIZE << (FFMAX(retry - 1, 0))) in estimate_timings_from_pts()
1839 ++retry <= DURATION_MAX_RETRY); in estimate_timings_from_pts()
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c577 retry: in init_stripe()
600 goto retry; in init_stripe()
2727 int retry = 0; in raid5_end_read_request() local
2765 retry = 1; in raid5_end_read_request()
2768 retry = 1; in raid5_end_read_request()
2769 if (retry) in raid5_end_read_request()
5319 * add bio to the retry LIFO ( in O(1) ... we are in interrupt )
5386 pr_debug("raid5_align_endio : io error...handing IO for a retry\n"); in raid5_align_endio()
5823 retry: in raid5_make_request()
5850 goto retry; in raid5_make_request()
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dcherrs.S276 * retry the trapping instruction.
290 retry
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dcherrs.S276 * retry the trapping instruction.
290 retry
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c199 "retry %u\n" in mwifiex_getlog_read()
217 stats.retry, in mwifiex_getlog_read()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_main.h378 int retry; member
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.h379 * occurred in enforcing mode and the userspace daemon decided to retry.
382 * 0) and "rejected" (which is a negative value) and "retry".
497 u8 retry; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c187 "retry %u\n" in mwifiex_getlog_read()
205 stats.retry, in mwifiex_getlog_read()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.h379 * occurred in enforcing mode and the userspace daemon decided to retry.
382 * 0) and "rejected" (which is a negative value) and "retry".
497 u8 retry; member
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.h377 int retry; member
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py208 command="uname", timeout=1, retry=2)
/third_party/libwebsockets/lib/core-net/
H A Dclose.c121 wsi->retry = 0; in __lws_reset_wsi()
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-h1.c595 * retry-after, we should use that if larger than our in secstream_h1()
650 h->retry = 0; in secstream_h1()
/third_party/toybox/generated/
H A Dglobals.h707 long retry, timeout, errortimeout; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c1166 int retry, max_retry = 0; in iwl_mvm_mac_start() local
1181 for (retry = 0; retry <= max_retry; retry++) { in iwl_mvm_mac_start()
1186 IWL_ERR(mvm, "mac start retry %d\n", retry); in iwl_mvm_mac_start()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c2297 int retry = DEFAULT_RETRY_IO_COUNT; in f2fs_enable_checkpoint() local
2303 } while (get_pages(sbi, F2FS_DIRTY_DATA) && retry--); in f2fs_enable_checkpoint()
2305 if (unlikely(retry < 0)) in f2fs_enable_checkpoint()
2727 retry: in f2fs_quota_write()
2733 goto retry; in f2fs_quota_write()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c1155 int retry, max_retry = 0; in iwl_mvm_mac_start() local
1170 for (retry = 0; retry <= max_retry; retry++) { in iwl_mvm_mac_start()
1176 * In PLDR sync PCI re-enumeration is needed. no point to retry in iwl_mvm_mac_start()
1185 IWL_ERR(mvm, "mac start retry %d\n", retry); in iwl_mvm_mac_start()

Completed in 81 milliseconds

1...<<61626364656667686970>>...134