| /f-stack/dpdk/app/test/ |
| H A D | resource.c | 187 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 D | test_red.c | 282 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 D | vm_swapout.c | 374 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 D | 0001-timespec.diff | 1 This patch attempts to expose timespec and getnstimeofday which were
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | common.h | 322 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 D | davinci-evm-audio.txt | 18 the both are defined the driver attempts to set referenced clock to the
|
| /f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/ |
| H A D | cpufreq-st.txt | 4 ST's CPUFreq driver attempts to read 'process' and 'version' attributes
|
| /f-stack/freebsd/contrib/device-tree/Bindings/ |
| H A D | common-properties.txt | 9 different machine types. This document attempts to provide a consistent
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 1961 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 D | hns3_ethdev.h | 362 int attempts; /* Reset failure retry */ member
|
| /f-stack/dpdk/drivers/net/e1000/base/ |
| H A D | e1000_i210.c | 296 u32 attempts = 100000; in e1000_write_nvm_srwr() local 319 for (k = 0; k < attempts; k++) { in e1000_write_nvm_srwr()
|
| H A D | e1000_nvm.c | 214 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 D | libzfs_crypto.c | 1087 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 D | sw.rst | 54 The scheduling quanta sets the number of events that the device attempts to
|
| /f-stack/dpdk/doc/guides/faq/ |
| H A D | faq.rst | 82 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 D | igc_i225.c | 552 u32 attempts = 100000; in __igc_write_nvm_srwr() local 574 for (k = 0; k < attempts; k++) { in __igc_write_nvm_srwr()
|
| H A D | igc_nvm.c | 212 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 D | writing_efficient_code.rst | 143 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 D | ecore_vf.c | 297 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 D | logapi.shlib | 76 # $2 - retry attempts
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | build_sample_apps.rst | 165 …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 D | F-Stack_API_Reference.md | 109 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 D | ax_python_devel.m4 | 190 # (makes two attempts to ensure we've got a version number
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | memif.rst | 69 Client interface attempts to make a connection on assigned socket. Process
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | algorithm.txt | 48 important than speed, deflate() attempts a complete second search even if
|