Home
last modified time | relevance | path

Searched refs:retry (Results 251 - 275 of 2320) sorted by relevance

1...<<11121314151617181920>>...93

/kernel/linux/linux-6.6/fs/cachefiles/
H A Dvolume.c47 retry: in cachefiles_acquire_volume()
66 goto retry; in cachefiles_acquire_volume()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-ntxec.c42 retry: in ntxec_read_time()
74 goto retry; in ntxec_read_time()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Dunaccepted_memory.c92 retry: in accept_memory()
111 * Drop the lock and retry until it is complete. in accept_memory()
114 goto retry; in accept_memory()
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmdbuf.c94 retry: in etnaviv_cmdbuf_init()
109 goto retry; in etnaviv_cmdbuf_init()
/kernel/linux/linux-6.6/drivers/hyperhold/
H A Dhp_space.c65 retry: in alloc_eid()
73 goto retry; in alloc_eid()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dtask-exit.c117 retry: in test__task_exit()
140 goto retry; in test__task_exit()
/kernel/linux/linux-6.6/tools/testing/radix-tree/
H A Diteration_check.c27 retry: in my_item_insert()
40 goto retry; in my_item_insert()
/kernel/linux/linux-6.6/lib/
H A Dlockref.c12 int retry = 100; \
24 if (!--retry) \
/kernel/linux/linux-6.6/net/ceph/
H A Dstring_table.c49 retry: in ceph_find_or_create_string()
77 goto retry; in ceph_find_or_create_string()
/third_party/ffmpeg/libavcodec/
H A Dmqcenc.c35 retry: in byteout()
44 goto retry; in byteout()
H A Dpnm_parser.c61 retry: in pnm_parse()
81 goto retry; in pnm_parse()
/third_party/ffmpeg/libavformat/
H A Dimx.c96 retry: in simbiosis_imx_read_packet()
132 goto retry; in simbiosis_imx_read_packet()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo_cache.c165 retry: in fd_bo_cache_alloc()
176 goto retry; in fd_bo_cache_alloc()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
H A Dminimal-ws-client-ping.c31 static const lws_retry_bo_t retry = { variable
56 i.retry_and_idle_policy = &retry; in connect_cb()
/third_party/node/deps/npm/node_modules/@sigstore/sign/dist/external/
H A Drekor.js31 retry: options.retry,
/third_party/node/deps/npm/node_modules/sigstore/dist/
H A Dsigstore.js81 retry: options.retry ?? config.DEFAULT_RETRY,
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/
H A Dminimal-http-server.c36 static const lws_retry_bo_t retry = { variable
144 info.retry_and_idle_policy = &retry; in main()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtvp514x.c281 int err, retry = 0; in tvp514x_read_reg() local
288 if (retry <= I2C_RETRY_COUNT) { in tvp514x_read_reg()
289 v4l2_warn(sd, "Read: retry ... %d\n", retry); in tvp514x_read_reg()
290 retry++; in tvp514x_read_reg()
323 int err, retry = 0; in tvp514x_write_reg() local
330 if (retry <= I2C_RETRY_COUNT) { in tvp514x_write_reg()
331 v4l2_warn(sd, "Write: retry ... %d\n", retry); in tvp514x_write_reg()
332 retry in tvp514x_write_reg()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_scsi_host.c64 hs = DID_SOFT_ERROR; /* retry */ in sas_end_task()
74 hs = DID_SOFT_ERROR; /* retry */ in sas_end_task()
197 cmd->result = DID_SOFT_ERROR << 16; /* retry */ in sas_queuecommand()
398 retry: in sas_wait_eh()
414 goto retry; in sas_wait_eh()
728 bool retry; in sas_scsi_recover_host() local
730 retry: in sas_scsi_recover_host()
732 retry = true; in sas_scsi_recover_host()
772 retry = false; in sas_scsi_recover_host()
776 if (retry) in sas_scsi_recover_host()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dxattr.c561 retry: in path_setxattr()
573 goto retry; in path_setxattr()
659 retry: in path_getxattr()
667 goto retry; in path_getxattr()
735 retry: in path_listxattr()
743 goto retry; in path_listxattr()
796 retry: in path_removexattr()
808 goto retry; in path_removexattr()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtvp514x.c281 int err, retry = 0; in tvp514x_read_reg() local
288 if (retry <= I2C_RETRY_COUNT) { in tvp514x_read_reg()
289 v4l2_warn(sd, "Read: retry ... %d\n", retry); in tvp514x_read_reg()
290 retry++; in tvp514x_read_reg()
323 int err, retry = 0; in tvp514x_write_reg() local
330 if (retry <= I2C_RETRY_COUNT) { in tvp514x_write_reg()
331 v4l2_warn(sd, "Write: retry ... %d\n", retry); in tvp514x_write_reg()
332 retry in tvp514x_write_reg()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmsdh.c329 int32 retry = 0; in bcmsdh_cfg_read() local
340 if (retry) /* wait for 1 ms till bus get settled down */ in bcmsdh_cfg_read()
345 } while (!SDIOH_API_SUCCESS(status) && (retry++ < SDIOH_API_ACCESS_RETRY_LIMIT)); in bcmsdh_cfg_read()
362 int32 retry = 0; in bcmsdh_cfg_write() local
372 if (retry) /* wait for 1 ms till bus get settled down */ in bcmsdh_cfg_write()
377 } while (!SDIOH_API_SUCCESS(status) && (retry++ < SDIOH_API_ACCESS_RETRY_LIMIT)); in bcmsdh_cfg_write()
/kernel/linux/linux-5.10/sound/soc/rockchip/
H A Drockchip_i2s.c93 int retry = 10; in rockchip_snd_txctrl() local
127 retry--; in rockchip_snd_txctrl()
128 if (!retry) { in rockchip_snd_txctrl()
140 int retry = 10; in rockchip_snd_rxctrl() local
174 retry--; in rockchip_snd_rxctrl()
175 if (!retry) { in rockchip_snd_rxctrl()
/kernel/linux/linux-5.10/net/mac80211/
H A Drc80211_minstrel.c300 u8 retry = mr->adjusted_retry_count; in minstrel_get_retry_count() local
303 retry = max_t(u8, 2, min(mr->stats.retry_count_rtscts, retry)); in minstrel_get_retry_count()
305 retry = max_t(u8, 2, min(mr->retry_count_cts, retry)); in minstrel_get_retry_count()
306 return retry; in minstrel_get_retry_count()
341 /* check multi-rate-retry capabilities & adjust lookaround_rate */ in minstrel_get_rate()
376 /* With multi-rate retry, not every planned sample in minstrel_get_rate()
377 * attempt actually gets used, due to the way the retry in minstrel_get_rate()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-dw-dma.c290 int retry = DW_SPI_WAIT_RETRIES; in dw_spi_dma_wait_tx_done() local
298 while (dw_spi_dma_tx_busy(dws) && retry--) in dw_spi_dma_wait_tx_done()
301 if (retry < 0) { in dw_spi_dma_wait_tx_done()
374 int retry = DW_SPI_WAIT_RETRIES; in dw_spi_dma_wait_rx_done() local
399 while (dw_spi_dma_rx_busy(dws) && retry--) in dw_spi_dma_wait_rx_done()
402 if (retry < 0) { in dw_spi_dma_wait_rx_done()

Completed in 17 milliseconds

1...<<11121314151617181920>>...93