/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.c | 1905 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 D | connect.c | 314 /* 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 D | cifsproto.h | 717 int cifs_wait_for_server_reconnect(struct TCP_Server_Info *server, bool retry);
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 1879 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 D | qla_edif.c | 1795 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 D | pci.c | 2316 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 D | ib_srpt.c | 1804 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 D | xfrm_state.c | 319 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 D | demux.c | 1744 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 D | raid5.c | 577 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 D | cherrs.S | 276 * retry the trapping instruction. 290 retry
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | cherrs.S | 276 * retry the trapping instruction. 290 retry
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | debugfs.c | 199 "retry %u\n" in mwifiex_getlog_read() 217 stats.retry, in mwifiex_getlog_read()
|
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 378 int retry; member
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.h | 379 * 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 D | debugfs.c | 187 "retry %u\n" in mwifiex_getlog_read() 205 stats.retry, in mwifiex_getlog_read()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.h | 379 * 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 D | be_main.h | 377 int retry; member
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit_lite.py | 208 command="uname", timeout=1, retry=2)
|
/third_party/libwebsockets/lib/core-net/ |
H A D | close.c | 121 wsi->retry = 0; in __lws_reset_wsi()
|
/third_party/libwebsockets/lib/secure-streams/protocols/ |
H A D | ss-h1.c | 595 * 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 D | globals.h | 707 long retry, timeout, errortimeout; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac80211.c | 1166 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 D | super.c | 2297 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 D | mac80211.c | 1155 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()
|