Home
last modified time | relevance | path

Searched refs:attempts (Results 1 – 25 of 39) sorted by relevance

12

/f-stack/dpdk/app/test/
H A Dresource.c187 int attempts = 0; in resource_rm_by_tar() local
203 while (try_again && attempts < 10000) { in resource_rm_by_tar()
241 attempts += 1; in resource_rm_by_tar()
251 attempts += 1; in resource_rm_by_tar()
254 if (attempts >= 10000) { in resource_rm_by_tar()
H A Dtest_red.c282 uint32_t attempts) in increase_actual_qsize() argument
286 for (i = 0; i < attempts; i++) { in increase_actual_qsize()
/f-stack/freebsd/vm/
H A Dvm_swapout.c374 int breakout, swapout_flags, tryagain, attempts; in vm_daemon() local
406 attempts = 0; in vm_daemon()
408 attempts++; in vm_daemon()
490 if (attempts <= 8) { in vm_daemon()
517 if (tryagain != 0 && attempts <= 10) { in vm_daemon()
/f-stack/freebsd/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-timespec.diff1 This patch attempts to expose timespec and getnstimeofday which were
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h322 int attempts, int delay, u32 *valp);
325 int polarity, int attempts, int delay) in t4_wait_op_done() argument
327 return t4_wait_op_done_val(adapter, reg, mask, polarity, attempts, in t4_wait_op_done()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Ddavinci-evm-audio.txt18 the both are defined the driver attempts to set referenced clock to the
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-st.txt4 ST's CPUFreq driver attempts to read 'process' and 'version' attributes
/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dcommon-properties.txt9 different machine types. This document attempts to provide a consistent
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_intr.c1961 hw->reset.attempts = 0; in hns3_reset_err_handle()
1971 hw->reset.attempts++; in hns3_reset_err_handle()
1972 if (hw->reset.attempts < MAX_RESET_FAIL_CNT) { in hns3_reset_err_handle()
1976 hw->reset.attempts); in hns3_reset_err_handle()
1989 hw->reset.attempts = 0; in hns3_reset_err_handle()
2102 hw->reset.attempts = 0; in hns3_reset_post()
H A Dhns3_ethdev.h362 int attempts; /* Reset failure retry */ member
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_i210.c296 u32 attempts = 100000; in e1000_write_nvm_srwr() local
319 for (k = 0; k < attempts; k++) { in e1000_write_nvm_srwr()
H A De1000_nvm.c214 u32 attempts = 100000; in e1000_poll_eerd_eewr_done() local
219 for (i = 0; i < attempts; i++) { in e1000_poll_eerd_eewr_done()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c1087 int ret, attempts = 0; in zfs_crypto_load_key() local
1245 attempts++; in zfs_crypto_load_key()
1246 if (can_retry && correctible && attempts < MAX_KEY_PROMPT_ATTEMPTS) in zfs_crypto_load_key()
/f-stack/dpdk/doc/guides/eventdevs/
H A Dsw.rst54 The scheduling quanta sets the number of events that the device attempts to
/f-stack/dpdk/doc/guides/faq/
H A Dfaq.rst82 To achieve higher throughput, the DPDK attempts to aggregate the cost of processing each packet ind…
85 The testpmd application then immediately attempts to transmit all the packets that were received, i…
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_i225.c552 u32 attempts = 100000; in __igc_write_nvm_srwr() local
574 for (k = 0; k < attempts; k++) { in __igc_write_nvm_srwr()
H A Digc_nvm.c212 u32 attempts = 100000; in igc_poll_eerd_eewr_done() local
217 for (i = 0; i < attempts; i++) { in igc_poll_eerd_eewr_done()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dwriting_efficient_code.rst143 the DPDK attempts to aggregate the cost of processing each packet individually by processing packet…
148 The testpmd application then immediately attempts to transmit all the packets that were received,
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_vf.c297 int attempts = 0; in ecore_vf_pf_acquire() local
369 attempts++; in ecore_vf_pf_acquire()
387 attempts < ECORE_VF_ACQUIRE_THRESH) { in ecore_vf_pf_acquire()
/f-stack/freebsd/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib76 # $2 - retry attempts
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dbuild_sample_apps.rst165 …In this case, if the application attempts to create an object, such as a ring or memory pool in so…
/f-stack/doc/
H A DF-Stack_API_Reference.md109 read() attempts to read up to count bytes from file descriptor fd into the buffer starting at buf.
/f-stack/freebsd/contrib/openzfs/config/
H A Dax_python_devel.m4190 # (makes two attempts to ensure we've got a version number
/f-stack/dpdk/doc/guides/nics/
H A Dmemif.rst69 Client interface attempts to make a connection on assigned socket. Process
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt48 important than speed, deflate() attempts a complete second search even if

12