/kernel/linux/linux-6.6/block/ |
H A D | badblocks.c | 37 * might need to retry if it is very unlucky. 71 retry: in badblocks_check() 121 goto retry; in badblocks_check() 475 retry: in badblocks_show() 499 goto retry; in badblocks_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_context.c | 302 retry: in __intel_context_do_pin() 307 goto retry; in __intel_context_do_pin() 500 retry: in intel_context_create_request() 508 goto retry; in intel_context_create_request()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 163 retry: in nv50_edp_get_brightness() 190 goto retry; in nv50_edp_get_brightness() 206 retry: in nv50_edp_set_brightness() 232 goto retry; in nv50_edp_set_brightness()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ina2xx.c | 209 int ret, retry; in ina2xx_read_reg() local 213 for (retry = 5; retry; retry--) { in ina2xx_read_reg()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mremap_test.c | 239 retry: in get_source_mapping() 242 goto retry; in get_source_mapping() 249 goto retry; in get_source_mapping() 263 goto retry; in get_source_mapping()
|
/third_party/node/deps/npm/node_modules/graceful-fs/ |
H A D | graceful-fs.js | 49 // to retry() whenever a close happens *anywhere* in the program. 374 retry() 377 // keep track of the timeout between retry() calls 382 // delay between attempts so that we'll retry these jobs sooner 393 // call retry to make sure we're actively processing the queue 394 retry() 397 function retry () { 414 // long enough, so go ahead and retry this item now 433 // it's been long enough since the last retry, do it again 446 retryTimer = setTimeout(retry, [all...] |
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty04.c | 337 int retry = mtu; in try_sync_read() local 339 while (retry--) { in try_sync_read() 357 int retry = mtu; in try_sync_write() local 359 while (retry--) { in try_sync_write()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_ct.c | 320 uint32_t tmo, uint8_t retry) in lpfc_gen_req() 386 geniocb->retry = retry; in lpfc_gen_req() 414 uint32_t rsp_size, uint8_t retry) in lpfc_ct_cmd() 436 cnt, 0, retry); in lpfc_ct_cmd() 735 /* Check for retry */ in lpfc_cmpl_ct_cmd_gid_ft() 945 /* Check for retry */ in lpfc_cmpl_ct_cmd_gid_pt() 1085 int did, rc, retry; in lpfc_cmpl_ct_cmd_gff_id() local 1123 /* Check for retry */ in lpfc_cmpl_ct_cmd_gff_id() 1124 if (cmdiocb->retry < LPFC_MAX_NS_RETR in lpfc_cmpl_ct_cmd_gff_id() 315 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), struct lpfc_nodelist *ndlp, uint32_t usr_flg, uint32_t num_entry, uint32_t tmo, uint8_t retry) lpfc_gen_req() argument 410 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), uint32_t rsp_size, uint8_t retry) lpfc_ct_cmd() argument 1303 uint8_t retry; lpfc_cmpl_ct() local 1586 lpfc_ns_cmd(struct lpfc_vport *vport, int cmdcode, uint8_t retry, uint32_t context) lpfc_ns_cmd() argument [all...] |
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | services.c | 1556 retry: in security_context_to_sid_core() 1577 goto retry; in security_context_to_sid_core() 1750 retry: in security_compute_sid() 1899 goto retry; in security_compute_sid() 2384 * must retry the operation after re-acquiring the policy pointer! 2429 retry: in security_port_sid() 2449 goto retry; in security_port_sid() 2482 retry: in security_ib_pkey_sid() 2503 goto retry; in security_ib_pkey_sid() 2535 retry in security_ib_endport_sid() [all...] |
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | services.c | 1536 retry: in security_context_to_sid_core() 1557 goto retry; in security_context_to_sid_core() 1726 retry: in security_compute_sid() 1875 goto retry; in security_compute_sid() 2348 * must retry the operation after re-acquiring the policy pointer! 2392 retry: in security_port_sid() 2412 goto retry; in security_port_sid() 2444 retry: in security_ib_pkey_sid() 2465 goto retry; in security_ib_pkey_sid() 2496 retry in security_ib_endport_sid() [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs42proc.c | 117 } while (exception.retry); in nfs42_proc_fallocate() 442 dst_exception.retry = 1; in nfs42_proc_copy() 449 dst_exception.retry = 1; in nfs42_proc_copy() 464 } while (src_exception.retry || dst_exception.retry); in nfs42_proc_copy() 624 } while (exception.retry); in nfs42_proc_copy_notify() 702 } while (exception.retry); in nfs42_proc_llseek() 760 * Mark the bad layout state as invalid, then retry in nfs42_layoutstat_done() 929 * Mark the bad layout state as invalid, then retry in nfs42_layouterror_done() 1114 } while (src_exception.retry || dst_exceptio in nfs42_proc_clone() [all...] |
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs42proc.c | 126 } while (exception.retry); in nfs42_proc_fallocate() 471 dst_exception.retry = 1; in nfs42_proc_copy() 478 dst_exception.retry = 1; in nfs42_proc_copy() 493 } while (src_exception.retry || dst_exception.retry); in nfs42_proc_copy() 655 } while (exception.retry); in nfs42_proc_copy_notify() 734 } while (exception.retry); in nfs42_proc_llseek() 792 * Mark the bad layout state as invalid, then retry in nfs42_layoutstat_done() 961 * Mark the bad layout state as invalid, then retry in nfs42_layouterror_done() 1156 } while (src_exception.retry || dst_exceptio in nfs42_proc_clone() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 392 retry: in drm_client_target_preferred() 470 goto retry; in drm_client_target_preferred() 605 retry: in drm_client_firmware_config() 728 goto retry; in drm_client_firmware_config() 1002 retry: in drm_client_modeset_commit_atomic() 1071 goto retry; in drm_client_modeset_commit_atomic()
|
/kernel/linux/linux-5.10/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 151 /* OK Still waiting. Drop the lock, wait a while and retry. */ in wait_for_ready() 203 retry: in get_chip() 241 goto retry; in get_chip() 248 goto retry; in get_chip() 257 * state. Put contender and retry. */ in get_chip() 261 goto retry; in get_chip() 277 goto retry; in get_chip() 289 goto retry; in get_chip()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | inode.c | 553 retry: in f2fs_iget_retry() 558 goto retry; in f2fs_iget_retry() 670 retry: in f2fs_update_inode_page() 676 goto retry; in f2fs_update_inode_page() 755 retry: in f2fs_evict_inode() 789 goto retry; in f2fs_evict_inode()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | write.c | 95 retry: in jffs2_write_dnode() 129 /* Try to reallocate space and retry */ in jffs2_write_dnode() 155 jffs2_dbg(1, "Allocated space at 0x%08x to retry failed write.\n", in jffs2_write_dnode() 161 goto retry; in jffs2_write_dnode() 163 jffs2_dbg(1, "Failed to allocate space to retry failed write: %d!\n", in jffs2_write_dnode() 253 retry: in jffs2_write_dirent() 281 /* Try to reallocate space and retry */ in jffs2_write_dirent() 307 jffs2_dbg(1, "Allocated space at 0x%08x to retry failed write\n", in jffs2_write_dirent() 311 goto retry; in jffs2_write_dirent() 313 jffs2_dbg(1, "Failed to allocate space to retry faile in jffs2_write_dirent() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/lpddr/ |
H A D | lpddr_cmds.c | 151 /* OK Still waiting. Drop the lock, wait a while and retry. */ in wait_for_ready() 203 retry: in get_chip() 241 goto retry; in get_chip() 248 goto retry; in get_chip() 257 * state. Put contender and retry. */ in get_chip() 261 goto retry; in get_chip() 277 goto retry; in get_chip() 289 goto retry; in get_chip()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | write.c | 95 retry: in jffs2_write_dnode() 129 /* Try to reallocate space and retry */ in jffs2_write_dnode() 155 jffs2_dbg(1, "Allocated space at 0x%08x to retry failed write.\n", in jffs2_write_dnode() 161 goto retry; in jffs2_write_dnode() 163 jffs2_dbg(1, "Failed to allocate space to retry failed write: %d!\n", in jffs2_write_dnode() 253 retry: in jffs2_write_dirent() 281 /* Try to reallocate space and retry */ in jffs2_write_dirent() 307 jffs2_dbg(1, "Allocated space at 0x%08x to retry failed write\n", in jffs2_write_dirent() 311 goto retry; in jffs2_write_dirent() 313 jffs2_dbg(1, "Failed to allocate space to retry faile in jffs2_write_dirent() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 395 retry: in drm_client_target_preferred() 473 goto retry; in drm_client_target_preferred() 608 retry: in drm_client_firmware_config() 731 goto retry; in drm_client_firmware_config() 999 retry: in drm_client_modeset_commit_atomic() 1068 goto retry; in drm_client_modeset_commit_atomic()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_openmetrics_export.c | 100 lws_sorted_usec_list_t sul; /* schedule connection retry */ 123 static const lws_retry_bo_t retry = { variable 161 i.retry_and_idle_policy = &retry; in omc_connect_client() 171 * Failed... schedule a retry... we can't use the _retry_wsi() in omc_connect_client() 175 if (!lws_retry_sul_schedule(vhd->cx, 0, sul, &retry, in omc_connect_client() 180 lws_retry_sul_schedule(vhd->cx, 0, sul, &retry, in omc_connect_client() 1146 if (!lws_retry_sul_schedule(cx, 0, &vhd->sul, &retry, in callback_lws_openmetrics_prox_client() 1151 lws_retry_sul_schedule(cx, 0, &vhd->sul, &retry, in callback_lws_openmetrics_prox_client()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | gas_query.c | 44 unsigned int retry:1; member 260 if (query->wait_comeback && !query->retry) { in gas_query_tx_status() 338 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req() 358 "GAS: No response to comeback request received (retry=%u)", in gas_query_rx_comeback_timeout() 359 query->retry); in gas_query_rx_comeback_timeout() 360 if (gas->current != query || query->retry) in gas_query_rx_comeback_timeout() 367 query->retry = 1; in gas_query_rx_comeback_timeout() 484 "retry of previous fragment"); in gas_query_rx_comeback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | gas_query.c | 44 unsigned int retry:1; member 261 if (query->wait_comeback && !query->retry) { in gas_query_tx_status() 329 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req() 349 "GAS: No response to comeback request received (retry=%u)", in gas_query_rx_comeback_timeout() 350 query->retry); in gas_query_rx_comeback_timeout() 351 if (gas->current != query || query->retry) in gas_query_rx_comeback_timeout() 358 query->retry = 1; in gas_query_rx_comeback_timeout() 475 "retry of previous fragment"); in gas_query_rx_comeback()
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | mce.h | 13 unsigned int retry : 1; /* retry flag */ member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | mce.h | 13 unsigned int retry : 1; /* retry flag */ member
|
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/ |
H A D | options.js | 19 retry: function () { return true; },
|