/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
H A D | hcd.c | 1998 struct usb_host_endpoint *ep, int retry) in dwc2_hcd_endpoint_disable() 2013 while (!list_empty(&qh->qtd_list) && retry--) { in dwc2_hcd_endpoint_disable() 2014 if (retry == 0) { in dwc2_hcd_endpoint_disable() 1997 dwc2_hcd_endpoint_disable(struct dwc2_hsotg *hsotg, struct usb_host_endpoint *ep, int retry) dwc2_hcd_endpoint_disable() argument
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 2095 retry: in xfrm_policy_lookup_bytype() 2131 goto retry; in xfrm_policy_lookup_bytype() 2134 goto retry; in xfrm_policy_lookup_bytype()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 2405 retry: in ceph_mdsc_build_path() 2450 goto retry; in ceph_mdsc_build_path() 2459 goto retry; in ceph_mdsc_build_path() 2892 * let the caller retry a sync request in that case. in __do_request() 2903 /* retry the same mds later */ in __do_request() 3078 * session setup, forwarding, retry details.
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mds_client.c | 2626 retry: in ceph_mdsc_build_path() 2710 goto retry; in ceph_mdsc_build_path() 2719 goto retry; in ceph_mdsc_build_path() 2911 * For old cephs without supporting the 32bit retry/fwd feature in create_request_message() 3111 * increase the retry count and if the MDS is old version, in __prepare_send_request() 3112 * so we limit to retry at most 256 times. in __prepare_send_request() 3321 * let the caller retry a sync request in that case. in __do_request() 3346 /* retry the same mds later */ in __do_request() 3579 * session setup, forwarding, retry details.
|
/kernel/linux/linux-6.6/drivers/usb/dwc2/ |
H A D | hcd.c | 1963 struct usb_host_endpoint *ep, int retry) in dwc2_hcd_endpoint_disable() 1978 while (!list_empty(&qh->qtd_list) && retry--) { in dwc2_hcd_endpoint_disable() 1979 if (retry == 0) { in dwc2_hcd_endpoint_disable() 1962 dwc2_hcd_endpoint_disable(struct dwc2_hsotg *hsotg, struct usb_host_endpoint *ep, int retry) dwc2_hcd_endpoint_disable() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852b_rfk.c | 3499 const int retry = 100; in _tssi_get_cw_report() local 3526 for (k = 0; k < retry; k++) { in _tssi_get_cw_report() 3543 if (k >= retry) { in _tssi_get_cw_report()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.c | 231 * * at the requester a new OPFN request being generated to retry in tid_rdma_conn_reply() 254 * during retry, it will lead to req->cur_seg = 0, which is exactly in tid_rdma_conn_reply() 1458 * called again with previous arguments to retry the TID allocation. There are 1797 bool retry = true; variable 1822 retry = false; 1868 if (!retry) { 2195 * It's possible to receive a retry psn that is earlier than an RNRNAK in tid_rdma_rcv_error() 4603 * ACK is received after the TID retry timer is fired in hfi1_rc_rcv_tid_rdma_ack() 4814 "Exhausted retries. Tid retry timeout = ", in hfi1_tid_retry_timeout()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 2173 retry: in xfrm_policy_lookup_bytype() 2212 goto retry; in xfrm_policy_lookup_bytype() 2215 goto retry; in xfrm_policy_lookup_bytype()
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 1583 retry: in video_refresh() 1596 goto retry; in video_refresh() 1630 goto retry; in video_refresh()
|
/third_party/backends/backend/ |
H A D | nec.c | 963 int retry = 0; in wait_ready() local 967 DBG (5, "wait_ready failed (%d)\n", retry); in wait_ready() 969 if (retry++ > 15){ in wait_ready()
|
H A D | sharp.c | 1198 int retry = 0; in wait_ready() local 1202 DBG (5, "wait_ready failed (%d)\n", retry); in wait_ready() 1203 if (retry++ > 15){ in wait_ready()
|
H A D | umax_pp_low.c | 4245 retry: in sendWord1220P() 4285 goto retry; in sendWord1220P() 4329 DBG (0, "sendWord retry success (retry %d time%s) ... (%s:%d)\n", try, in sendWord1220P() 4911 retry: in sendLength() 4943 goto retry; in sendLength() 4959 DBG (0, "sendLength retry failed (%s:%d)\n", __FILE__, in sendLength() 4973 goto retry; in sendLength() 5001 goto retry; in sendLength() 5056 DBG (0, "sendLength retry succes in sendLength() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.c | 587 retry: in init_stripe() 610 goto retry; in init_stripe() 2817 int retry = 0; in raid5_end_read_request() local 2855 retry = 1; in raid5_end_read_request() 2858 retry = 1; in raid5_end_read_request() 2859 if (retry) in raid5_end_read_request() 5433 * add bio to the retry LIFO ( in O(1) ... we are in interrupt ) 5495 pr_debug("raid5_align_endio : io error...handing IO for a retry\n"); in raid5_align_endio()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq.c | 389 retry: in __blk_mq_alloc_request() 397 * case just retry the hctx assignment and tag allocation as CPU hotplug in __blk_mq_alloc_request() 411 goto retry; in __blk_mq_alloc_request()
|
/kernel/linux/linux-5.10/drivers/cdrom/ |
H A D | cdrom.c | 2250 retry: in cdrom_read_cdda() 2252 * for anything else than success and io error, we need to retry in cdrom_read_cdda() 2265 goto retry; in cdrom_read_cdda()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 4651 retry: /* Rest of adevs pre asic reset from XGMI hive. */ in amdgpu_device_gpu_recover() 4673 goto retry; in amdgpu_device_gpu_recover()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_dp.c | 1862 * but if we get an AUX_DEFER, the HW cannot retry in read_hpd_rx_irq_data() 3266 int retry = 0; in dp_wa_power_up_0010FA() local 3276 } while (retry++ < 4 && !link->dpcd_caps.dpcd_rev.raw); in dp_wa_power_up_0010FA()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid1.c | 376 * want to retry */ in raid1_end_read_request() 381 * Here we redefine "uptodate" to mean "Don't want to retry" in raid1_end_read_request() 614 retry: in read_balance() 774 goto retry; in read_balance()
|
H A D | dm-crypt.c | 1665 retry: in crypt_alloc_buffer() 1683 goto retry; in crypt_alloc_buffer()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 372 retry: in _ocrdma_alloc_pd() 378 goto retry; in _ocrdma_alloc_pd()
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 582 retry: in iommu_print_event() 597 goto retry; in iommu_print_event()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 1567 * mac_list, and retry at next time. in hclgevf_sync_mac_list() 2058 retry: in hclgevf_flr_prepare() 2074 goto retry; in hclgevf_flr_prepare()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_main.c | 201 int retry = 100, pkt_cnt = 0, pending_pkts = 0; in lio_wait_for_oq_pkts() local 219 } while (retry-- && pending_pkts); in lio_wait_for_oq_pkts()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 1060 retry: in gfar_halt_nodisable() 1072 goto retry; in gfar_halt_nodisable()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt61pci.c | 2128 case 0: /* Success, maybe with retry */ in rt61pci_txdone() 2137 txdesc.retry = rt2x00_get_field32(reg, STA_CSR4_RETRY_COUNT); in rt61pci_txdone() 2143 if (txdesc.retry) in rt61pci_txdone()
|