Home
last modified time | relevance | path

Searched refs:retry (Results 1126 - 1150 of 3338) sorted by relevance

1...<<41424344454647484950>>...134

/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c3279 retry: in tc_setup_cb_call()
3290 goto retry; in tc_setup_cb_call()
3315 retry: in tc_setup_cb_add()
3326 goto retry; in tc_setup_cb_add()
3367 retry: in tc_setup_cb_replace()
3378 goto retry; in tc_setup_cb_replace()
3419 retry: in tc_setup_cb_destroy()
3430 goto retry; in tc_setup_cb_destroy()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.c562 retry: in f2fs_get_node_info()
577 * nat_tree_lock. Therefore, we should retry, if we failed to grab here in f2fs_get_node_info()
585 goto retry; in f2fs_get_node_info()
1771 retry: in f2fs_fsync_node_pages()
1865 goto retry; in f2fs_fsync_node_pages()
2570 retry: in f2fs_alloc_nid()
2600 goto retry; in f2fs_alloc_nid()
2786 retry: in f2fs_recover_inode_page()
2790 goto retry; in f2fs_recover_inode_page()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c1324 retry: in oa_pin_context()
1333 goto retry; in oa_pin_context()
2005 retry: in alloc_noa_wait()
2180 goto retry; in alloc_noa_wait()
2249 retry: in alloc_oa_config_buffer()
2295 goto retry; in alloc_oa_config_buffer()
2350 retry: in emit_oa_config()
2397 goto retry; in emit_oa_config()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c3505 retry: in tc_setup_cb_call()
3516 goto retry; in tc_setup_cb_call()
3541 retry: in tc_setup_cb_add()
3552 goto retry; in tc_setup_cb_add()
3593 retry: in tc_setup_cb_replace()
3604 goto retry; in tc_setup_cb_replace()
3645 retry: in tc_setup_cb_destroy()
3656 goto retry; in tc_setup_cb_destroy()
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-master-ast-cf.c475 retry: in handle_response()
483 * Pass it up as a -EIO otherwise upper level will retry in handle_response()
504 goto retry; in handle_response()
542 goto retry; in handle_response()
588 dev_dbg(master->dev, "ECRC retry %d\n", retries); in fsi_master_acf_xfer()
590 /* Pace it a bit before retry */ in fsi_master_acf_xfer()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsev.c82 bool retry = true; in sev_asid_new() local
93 if (retry && __sev_recycle_asids()) { in sev_asid_new()
94 retry = false; in sev_asid_new()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsmp_64.c502 retry: in cheetah_xcall_deliver()
574 goto retry; in cheetah_xcall_deliver()
621 goto retry; in cheetah_xcall_deliver()
643 * the retry count as long as target cpus are making forward progress.
694 * mondo and retry usually helps. in hypervisor_xcall_deliver()
697 * it's usually safe to skip the faulty cpu and retry. in hypervisor_xcall_deliver()
723 /* Otherwise, update the cpu count for retry. */ in hypervisor_xcall_deliver()
743 * reset the retry count. in hypervisor_xcall_deliver()
/kernel/linux/linux-5.10/drivers/mtd/
H A Dsm_ftl.c374 int retry = 0; in sm_write_block() local
410 if (!retry) { in sm_write_block()
421 retry = 1; in sm_write_block()
1141 /* Allocate temporary CIS buffer for read retry support */ in sm_add_mtd()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c590 int retry = 0; in i40e_init_adminq() local
618 * for AdminQ operations, so we retry the AdminQ setup a few times in i40e_init_adminq()
631 retry++; in i40e_init_adminq()
634 } while (retry < 10); in i40e_init_adminq()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsmp_64.c502 retry: in cheetah_xcall_deliver()
574 goto retry; in cheetah_xcall_deliver()
621 goto retry; in cheetah_xcall_deliver()
643 * the retry count as long as target cpus are making forward progress.
694 * mondo and retry usually helps. in hypervisor_xcall_deliver()
697 * it's usually safe to skip the faulty cpu and retry. in hypervisor_xcall_deliver()
723 /* Otherwise, update the cpu count for retry. */ in hypervisor_xcall_deliver()
743 * reset the retry count. in hypervisor_xcall_deliver()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Drdacm20.c455 unsigned int retry = 3; in rdacm20_initialize() local
507 if (retry--) in rdacm20_initialize()
516 if (retry--) in rdacm20_initialize()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dgoodix.c1020 int retry = 0; in goodix_i2c_test() local
1024 while (retry++ < 2) { in goodix_i2c_test()
1031 retry, error); in goodix_i2c_test()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dampdu.c41 /* default tx retry limit */
43 /* default tx retry limit at reg rate */
110 * retry_limit: mpdu transmit retry limit
111 * rr_retry_limit: mpdu transmit retry limit at regular rate
112 * retry_limit_tid: per-tid mpdu transmit retry limit
113 * rr_retry_limit_tid: per-tid mpdu transmit retry limit at regular rate
572 /* Handle retry limits */ in brcms_c_ampdu_add_frame()
850 bool retry = true; in brcms_c_ampdu_dotxstatus_complete() local
904 /* no need to retry for badch; will fail again */ in brcms_c_ampdu_dotxstatus_complete()
907 retry in brcms_c_ampdu_dotxstatus_complete()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/aurora/
H A Dnb8800.c876 int retry = 5; in nb8800_dma_stop() local
917 } while (err && --retry); in nb8800_dma_stop()
923 return retry ? 0 : -ETIMEDOUT; in nb8800_dma_stop()
1155 /* Collision retry count */ in nb8800_hw_init()
/kernel/linux/linux-5.10/drivers/usb/class/
H A Dcdc-wdm.c520 retry: in wdm_read()
571 goto retry; in wdm_read()
581 goto retry; in wdm_read()
/kernel/linux/linux-5.10/sound/pci/pcxhr/
H A Dpcxhr_core.c223 return 0; /* retry not handled here */ in pcxhr_send_it_dsp()
782 int audio_mask, int *retry) in pcxhr_prepair_pipe_start()
788 *retry = 0; in pcxhr_prepair_pipe_start()
810 * retry it later in pcxhr_prepair_pipe_start()
813 *retry |= (1<<audio); in pcxhr_prepair_pipe_start()
921 mdelay(1); /* wait 1 millisecond and retry */ in pcxhr_set_pipe_state()
781 pcxhr_prepair_pipe_start(struct pcxhr_mgr *mgr, int audio_mask, int *retry) pcxhr_prepair_pipe_start() argument
/kernel/linux/linux-5.10/fs/ext4/
H A Dialloc.c584 int retry = 0; in find_group_other() local
598 if (!retry && EXT4_I(parent)->i_last_alloc_group != ~0) { in find_group_other()
599 retry = 1; in find_group_other()
/kernel/linux/linux-5.10/fs/ceph/
H A Dxattr.c704 /* lost a race, retry */
1075 retry: in __ceph_setxattr()
1086 goto retry; in __ceph_setxattr()
1111 goto retry; in __ceph_setxattr()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dspca508.c1276 int ret, retry; in ssi_w() local
1295 retry = 10; in ssi_w()
1302 if (--retry <= 0) { in ssi_w()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dspca508.c1276 int ret, retry; in ssi_w() local
1295 retry = 10; in ssi_w()
1302 if (--retry <= 0) { in ssi_w()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dsm_ftl.c376 int retry = 0; in sm_write_block() local
412 if (!retry) { in sm_write_block()
424 retry = 1; in sm_write_block()
1154 /* Allocate temporary CIS buffer for read retry support */ in sm_add_mtd()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c588 int retry = 0; in i40e_init_adminq() local
617 * for AdminQ operations, so we retry the AdminQ setup a few times in i40e_init_adminq()
630 retry++; in i40e_init_adminq()
633 } while (retry < 10); in i40e_init_adminq()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_bmap_util.c91 retry: in xfs_bmap_rtalloc()
201 goto retry; in xfs_bmap_rtalloc()
210 goto retry; in xfs_bmap_rtalloc()
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dcdc-wdm.c534 retry: in wdm_read()
585 goto retry; in wdm_read()
595 goto retry; in wdm_read()
/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-master-ast-cf.c475 retry: in handle_response()
483 * Pass it up as a -EIO otherwise upper level will retry in handle_response()
504 goto retry; in handle_response()
542 goto retry; in handle_response()
588 dev_dbg(master->dev, "ECRC retry %d\n", retries); in fsi_master_acf_xfer()
590 /* Pace it a bit before retry */ in fsi_master_acf_xfer()

Completed in 53 milliseconds

1...<<41424344454647484950>>...134