| /f-stack/dpdk/doc/guides/howto/ |
| H A D | vfd.rst | 107 Run a testpmd runtime command on the PF to set TX loopback:: 126 This testpmd runtime command will change the MAC address of the VF port to 134 Run a testpmd runtime command on the PF to enable/disable the MAC 146 Run a testpmd runtime command on the PF to enable/disable the VLAN 158 Run a testpmd runtime command on the PF to set the VLAN insertion for a VF 190 These two testpmd runtime commands can be used to add or remove the VLAN 205 Run a testpmd runtime command on the PF to enable/disable the all queues 232 Run a testpmd runtime command on the PF to all queues' rate limit for a 320 Run a testpmd runtime command on the PF to enable/disable MAC multicast 329 Run a testpmd runtime command on the PF to enable/disable MAC unicast [all …]
|
| H A D | avx512.rst | 8 AVX-512 is not used by default in DPDK, but it can be selected at runtime by apps through the use o… 16 Apps can request DPDK uses AVX-512 at runtime, if it provides improved application performance. 31 The user can select to use AVX-512 at runtime, using the following argument to set the max bitwidth…
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | README.zfs | 35 The Lua runtime is considered stable software. Channel programs don't need much 36 complicated logic, so updates to the Lua runtime from upstream are viewed as 38 such, the Lua runtime in ZFS should be updated on an as-needed basis for 45 The version of the Lua runtime we're using in ZFS has been modified in a variety 50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t 55 3. The "normal" Lua runtime handles errors by failing fatally, but since this 62 We've added new protections into the Lua interpreter to limit the runtime
|
| /f-stack/freebsd/kern/ |
| H A D | kern_racct.c | 996 uint64_t pct_estimate, pct, runtime; in racct_proc_exit() local 1006 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit() 1010 if (runtime < p->p_prev_runtime) in racct_proc_exit() 1011 runtime = p->p_prev_runtime; in racct_proc_exit() 1016 pct_estimate = (1000000 * runtime * 100) / in racct_proc_exit() 1024 racct_set_locked(p, RACCT_CPU, runtime, 0); in racct_proc_exit() 1252 uint64_t pct, pct_estimate, runtime; in racctd() local 1278 KASSERT(runtime >= p->p_prev_runtime, in racctd() 1281 if (runtime < p->p_prev_runtime) in racctd() 1282 runtime = p->p_prev_runtime; in racctd() [all …]
|
| H A D | kern_time.c | 245 runtime = cputick2usec(runtime); in cputick2timespec() 246 ats->tv_sec = runtime / 1000000; in cputick2timespec() 247 ats->tv_nsec = runtime % 1000000 * 1000; in cputick2timespec() 253 uint64_t runtime, curtime, switchtime; in kern_thread_cputime() local 259 runtime = curthread->td_runtime; in kern_thread_cputime() 261 runtime += curtime - switchtime; in kern_thread_cputime() 265 runtime = targettd->td_runtime; in kern_thread_cputime() 268 cputick2timespec(runtime, ats); in kern_thread_cputime() 274 uint64_t runtime; in kern_process_cputime() local 280 runtime = targetp->p_rux.rux_runtime; in kern_process_cputime() [all …]
|
| H A D | kern_synch.c | 490 uint64_t runtime, new_switchtime; in mi_switch() local 527 runtime = new_switchtime - PCPU_GET(switchtime); in mi_switch() 528 td->td_runtime += runtime; in mi_switch() 529 td->td_incruntime += runtime; in mi_switch()
|
| H A D | kern_clock.c | 648 uint64_t runtime, new_switchtime; in statclock() local 710 runtime = new_switchtime - PCPU_GET(switchtime); in statclock() 711 td->td_runtime += runtime; in statclock() 712 td->td_incruntime += runtime; in statclock()
|
| H A D | kern_resource.c | 822 uint64_t runtime, u; in calcru() local 835 runtime = u - PCPU_GET(switchtime); in calcru() 836 td->td_runtime += runtime; in calcru() 837 td->td_incruntime += runtime; in calcru() 854 uint64_t runtime, u; in rufetchtd() local 867 runtime = u - PCPU_GET(switchtime); in rufetchtd() 868 td->td_runtime += runtime; in rufetchtd() 869 td->td_incruntime += runtime; in rufetchtd()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-demux-pinctrl.txt | 6 runtime which may have a better feature set for a given task than another I2C 8 if your current runtime configuration hits an errata of the internal IP core. 135 enable them at runtime when needed.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | eventdev_pipeline.rst | 70 At runtime the eventdev pipeline application prints out a summary of the 71 configuration, and some runtime statistics like packets per second. On exit the 105 At runtime, the statistics of the consumer are printed, stating the number of 106 packets received, runtime in milliseconds, average mpps, and current mpps.
|
| /f-stack/tools/sysctl/ |
| H A D | Makefile | 6 PACKAGE=runtime
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | mediatek-bluetooth.txt | 57 - pinctrl-names: Should be "default", "runtime" 91 uart1_pins_runtime: uart1-runtime { 111 pinctrl-names = "default", "runtime";
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | meson.build | 13 'runtime.c')
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | arm_sbsa_uart.txt | 4 cannot be adjusted at runtime, so it lacks a clock specifier here.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | fan53555.txt | 11 voltage. The other one is used for the runtime voltage setting
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx2.rst | 109 Ethdev supports both scalar and vector mode, it may be selected at runtime 114 RSS redirection table size may be configured during runtime using ``reta_size`` 125 RTE Flow priority levels can be configured during runtime using 138 selected runtime using ``flow_prealloc_size`` ``devargs`` parameter. 149 Send queue descriptor buffer count may be limited during runtime using
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | service_cores.rst | 10 cores are used at runtime. 51 The service core library is capable of collecting runtime statistics like number
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/fio/ |
| H A D | sequential_reads.fio | 25 runtime=${RUNTIME}
|
| H A D | random_reads.fio | 25 runtime=${RUNTIME}
|
| H A D | random_readwrite_fixed.fio | 28 runtime=${RUNTIME}
|
| H A D | sequential_writes.fio | 25 runtime=${RUNTIME}
|
| H A D | random_writes.fio | 25 runtime=${RUNTIME}
|
| H A D | random_readwrite.fio | 28 runtime=${RUNTIME}
|
| /f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | exynos5422-dmc.txt | 4 memory chips are connected. The driver is to monitor the controller in runtime 6 runtime, the driver uses the PPMU (Platform Performance Monitoring Unit), which
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | TUNING.md | 11 ## Notable runtime options for performance tuning 98 ## Beyond runtime options 100 In addition to the runtime options, there are a number of programmatic ways to
|