/openbmc/linux/Documentation/timers/ |
H A D | no_hz.rst | 114 and such CPUs are said to be "adaptive-ticks CPUs". This is important 124 By default, no CPU will be an adaptive-ticks CPU. The "nohz_full=" 125 boot parameter specifies the adaptive-ticks CPUs. For example, 126 "nohz_full=1,6-8" says that CPUs 1, 6, 7, and 8 are to be adaptive-ticks 128 adaptive-tick CPUs: At least one non-adaptive-tick CPU must remain 130 calls like gettimeofday() returns accurate values on adaptive-tick CPUs. 133 boot CPU is prohibited from entering adaptive-ticks mode. Specifying a 139 Finally, adaptive-ticks CPUs must have their RCU callbacks offloaded. 142 Normally, a CPU remains in adaptive-ticks mode as long as possible. 144 the mode. Instead, the CPU will exit adaptive-ticks mode only if needed, [all …]
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_g2_vp9_dec.c | 639 for (m = 0; m < ARRAY_SIZE(adaptive->coef[0][0][0][0]); ++m) { \ 640 memcpy(adaptive->coef[i][j][k][l][m], \ 644 adaptive->coef[i][j][k][l][m][3] = 0; \ 653 struct hantro_g2_probs *adaptive; in config_probs() local 682 adaptive = &all_probs->probs; in config_probs() 684 for (i = 0; i < ARRAY_SIZE(adaptive->inter_mode); ++i) { in config_probs() 685 memcpy(adaptive->inter_mode[i], probs->inter_mode[i], in config_probs() 688 adaptive->inter_mode[i][3] = 0; in config_probs() 691 memcpy(adaptive->is_inter, probs->is_inter, sizeof(adaptive->is_inter)); in config_probs() 693 for (i = 0; i < ARRAY_SIZE(adaptive->uv_mode); ++i) { in config_probs() [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
H A D | cxgb.rst | 35 Adaptive Interrupts (adaptive-rx) 38 This feature provides an adaptive algorithm that adjusts the interrupt 46 By default, adaptive-rx is disabled. 47 To enable adaptive-rx:: 49 ethtool -C <interface> adaptive-rx on 51 To disable adaptive-rx, use ethtool:: 53 ethtool -C <interface> adaptive-rx off 55 After disabling adaptive-rx, the timer latency value will be set to 50us. 56 You may set the timer latency after disabling adaptive-rx:: 64 You may also provide a timer latency value while disabling adaptive-rx:: [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | TORQUE-1.1 | 2 Copyright (c) 2010-2011 Adaptive Computing Enterprises, Inc. All rights reserved. 4 … licensed users of Moab branded software from Adaptive Computing Inc. can get TORQUE support from … 18 …For information about Moab branded products and so receive support from Adaptive Computing for TOR… 20 …RPOSE, AND NON-INFRINGEMENT ARE EXPRESSLY DISCLAIMED. IN NO EVENT SHALL ADAPTIVE COMPUTING ENTERPR…
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | red.json | 27 "name": "Create RED with adaptive flag", 38 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red adaptive limit 1M avpkt 1500 min 100K… 41 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $", 73 "name": "Create RED with flags ECN, adaptive", 84 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red ecn adaptive limit 1M avpkt 1500 min … 87 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb ecn adaptive $",
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool.c | 93 * We implement adaptive IRQ moderation, but use a different algorithm 95 * Therefore we do not use any of the adaptive moderation parameters 127 bool adaptive, rx_may_override_tx; in efx_ethtool_set_coalesce() local 130 efx_siena_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in efx_ethtool_set_coalesce() 137 adaptive = coalesce->use_adaptive_rx_coalesce; in efx_ethtool_set_coalesce() 149 rc = efx_siena_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in efx_ethtool_set_coalesce()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool.c | 93 * We implement adaptive IRQ moderation, but use a different algorithm 95 * Therefore we do not use any of the adaptive moderation parameters 127 bool adaptive, rx_may_override_tx; in efx_ethtool_set_coalesce() local 130 efx_get_irq_moderation(efx, &tx_usecs, &rx_usecs, &adaptive); in efx_ethtool_set_coalesce() 137 adaptive = coalesce->use_adaptive_rx_coalesce; in efx_ethtool_set_coalesce() 149 rc = efx_init_irq_moderation(efx, tx_usecs, rx_usecs, adaptive, in efx_ethtool_set_coalesce()
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | ethtool-coalesce.sh | 118 ethtool -C $NSIM_NETDEV adaptive-rx on 119 s=$(ethtool -c $NSIM_NETDEV | grep -q "Adaptive RX: on TX: off") 122 ethtool -C $NSIM_NETDEV adaptive-tx on 123 s=$(ethtool -c $NSIM_NETDEV | grep -q "Adaptive RX: on TX: on")
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | scan.h | 629 /* Extended dwell is obselete when adaptive dwell is used, making this 630 * bit reusable. Hence, probe request defer is used only when adaptive 665 * @IWL_UMAC_SCAN_GEN_FLAGS_V2_ADAPTIVE_DWELL: works with adaptive dwell 824 * @adwell_default_n_aps: for adaptive dwell the default number of APs 826 * @adwell_default_n_aps_social: for adaptive dwell the default 829 * @adwell_max_budget: for adaptive dwell the maximal budget of TU to be added 974 * dwell time when adaptive dwell is used 978 * @adwell_ch_override_bitmap: when using adaptive dwell, override the number 997 * time when adaptive dwell is used. 1017 * @adwell_default_2g: adaptive dwell default number of APs [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 927 This driver supports an adaptive interrupt throttle rate (ITR) mechanism that 932 To set the interrupt rate manually, you must disable adaptive mode:: 934 # ethtool -C <ethX> adaptive-rx off adaptive-tx off 938 Disable adaptive ITR and lower Rx and Tx interrupts. The examples below 944 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 80 tx-usecs 80 948 Disable adaptive ITR and ITR by setting rx-usecs and tx-usecs to 0 951 # ethtool -C <ethX> adaptive-rx off adaptive-tx off rx-usecs 0 tx-usecs 0 958 To disable Rx adaptive ITR and set static Rx ITR to 10 microseconds or 961 # ethtool --per-queue <ethX> queue_mask 0xa --coalesce adaptive-rx off 975 also independent of the adaptive interrupt moderation algorithm. The [all …]
|
H A D | i40e.rst | 570 the adaptive interrupt moderation algorithm. The underlying hardware supports 576 # ethtool -C ethX adaptive-rx off adaptive-tx off rx-usecs-high 20 rx-usecs \ 579 The above command would disable adaptive interrupt moderation, and allow a 627 For IP Forwarding: Disable Adaptive ITR and lower Rx and Tx interrupts per 635 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 125 \ 638 For lower CPU utilization: Disable Adaptive ITR and lower Rx and Tx interrupts 646 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 250 \ 649 For lower latency: Disable Adaptive ITR and ITR by setting Rx and Tx to 0 using 654 # ethtool -C <interface> adaptive-rx off adaptive-tx off rx-usecs 0 \
|
H A D | iavf.rst | 4 Linux Base Driver for Intel(R) Ethernet Adaptive Virtual Function 7 Intel Ethernet Adaptive Virtual Function Linux driver. 39 * Intel(R) Ethernet Adaptive Virtual Function 87 Adaptive Virtual Function 89 Adaptive Virtual Function (AVF) allows the virtual function driver, or VF, to
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | rcar-fdp1.rst | 21 * - ``"Adaptive 2D/3D" (1)`` 22 - Motion adaptive version of 2D and 3D deinterlacing. Use 3D deinterlacing
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-debug.rst | 30 hence the scan rate of every task is adaptive and depends on historical 32 otherwise the scan delay decreases. The "scan size" is not adaptive but
|
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/ |
H A D | mediatek,aal.yaml | 7 title: Mediatek display adaptive ambient light processor 14 Mediatek display adaptive ambient light processor, namely AAL,
|
/openbmc/qemu/include/sysemu/ |
H A D | cpu-timers.h | 25 * @ICOUNT_ADAPTATIVE: Enabled - Runtime adaptive algorithm to compute shift 55 * runtime in adaptive mode.
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/amazon/ |
H A D | ena.rst | 27 interrupt vector per Tx/Rx queue pair, adaptive interrupt moderation, 192 ENA driver and device can operate in conventional or adaptive interrupt 200 **In adaptive interrupt** moderation mode the interrupt delay value is 204 Adaptive coalescing can be switched on/off through `ethtool(8)`'s 207 More information about Adaptive Interrupt Moderation (DIM) can be found in
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | Kconfig | 160 bool "AVS(Adaptive Voltage Scaling) support for OMAP IP versions 1&2" 164 Say Y to enable AVS(Adaptive Voltage Scaling)
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/opencore-amr/ |
H A D | opencore-amr_0.1.6.bb | 1 DESCRIPTION = "OpenCORE Adaptive Multi Rate (AMR) speech codec library implementation"
|
H A D | vo-amrwbenc_0.1.3.bb | 1 DESCRIPTION = "VisualOn Adaptive Multi Rate Wideband (AMR-WB) encoder"
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | Makefile | 4 # Makefile for the Intel(R) Ethernet Adaptive Virtual Function (iavf)
|
/openbmc/linux/drivers/soc/samsung/ |
H A D | exynos5422-asv.h | 6 * Samsung Exynos 5422 SoC Adaptive Supply Voltage support
|
/openbmc/linux/Documentation/devicetree/bindings/hwinfo/ |
H A D | samsung,exynos-chipid.yaml | 23 Adaptive Supply Voltage bin selection. This can be used
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_tv_regs.h | 404 /* Enables adaptive vertical filtering */ 407 /* Selects the least adaptive vertical filtering mode */ 409 /* Selects the moderately adaptive vertical filtering mode */ 411 /* Selects the most adaptive vertical filtering mode */
|
/openbmc/linux/include/sound/ |
H A D | cs42l56.h | 40 /* Adaptive Power Control for LO/HP */
|