/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | net_target_increase.hpp | 32 * @class NetTargetIncrease - Action to determine the net target increase to 35 * Calculates the net target increase to be requested based on the value of each 36 * property given within a group. The net target increase is the maximum delta 37 * determined from all of the properties of the group. This net target increase 38 * is the increase change that's requested to the current target of a zone. 56 * @brief Determine/Set the net target increase 66 * Determines the net target increase delta to be requested based on the 68 * increase on the zone. The property values of the group is compared to 69 * the configured state value to determine if an increase delta should be 74 * target increase for each group member. After all members of the group of [all …]
|
H A D | net_target_increase.cpp | 72 // increase of the configured delta times the difference in run() 86 // Increase by at least a single delta in run() 101 // `false`) provided, request an increase of the in run() 111 // provided, request an increase of the configured delta in run() 135 // Request increase to target in run()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_bic.c | 3 * Binary Increase Congestion control for TCP 8 * "Binary Increase Congestion Control for Fast, Long Distance 43 MODULE_PARM_DESC(beta, "beta for multiplicative increase"); 51 u32 cnt; /* increase cwnd by 1 after ACKs */ 101 /* binary increase */ in bictcp_update() 107 /* linear increase */ in bictcp_update() 110 /* binary search increase */ in bictcp_update() 113 /* binary search increase */ in bictcp_update() 116 /* slow start AMD linear increase */ in bictcp_update() 125 /* linear increase */ in bictcp_update() [all …]
|
H A D | tcp_illinois.c | 50 u32 alpha; /* Additive increase */ 129 * Compute value of alpha used for additive increase. 134 * then use large alpha (10.0) to increase faster. 150 * This prevents one good RTT from causing sudden window increase. in alpha() 258 * Increase window in response to successful acknowledgment. 268 /* RFC2861 only increase cwnd if fully utilized */ in tcp_illinois_cong_avoid()
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | zone.hpp | 95 * allowed to increase to. The zone's ceiling defaults to this unless 120 * @brief Get the increase delay(OPTIONAL) 122 * The increase delay is the amount of time(in seconds) increases 124 * results in immediate increase requests when any events result in 130 * @return Increase delay(in seconds) 140 * Decreases happen on a set interval when no requests for an increase 163 * @brief Get the target increase delta 165 * @return - The current target increase delta 247 * @brief Set the floor to the given target and increase target to the floor 313 * @param[in] targetDelta - The delta to increase the target by [all …]
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 31 * Worst-case increase in the fork extent count when we're adding a single 38 * extent count to increase by 1. 47 * count to increase proportional to the size of a remote xattr's 57 * Hence extent count can increase by 2. 64 * to be unmapped. This will increase extent count by 1. Mapping in the new 65 * extent can increase the extent count by 1 again i.e. 74 * increase by 1.
|
/openbmc/u-boot/include/configs/ |
H A D | colibri_t30.h | 34 /* Increase console I/O buffer size */ 38 /* Increase arguments buffer size */ 42 /* Increase maximum number of arguments */
|
H A D | apalis_t30.h | 35 /* Increase console I/O buffer size */ 39 /* Increase arguments buffer size */ 43 /* Increase maximum number of arguments */
|
H A D | colibri_t20.h | 40 /* Increase console I/O buffer size */ 44 /* Increase arguments buffer size */ 48 /* Increase maximum number of arguments */
|
H A D | apalis-tk1.h | 126 /* Increase console I/O buffer size */ 130 /* Increase arguments buffer size */ 134 /* Increase maximum number of arguments */
|
/openbmc/linux/drivers/staging/pi433/Documentation/ |
H A D | pi433.txt | 187 step_0_5db - increase in 0,5dB steps 188 step_1_0db - increase in 1 db steps 189 step_1_5db - increase in 1,5dB steps 190 step_2_0db - increase in 2 db steps 191 step_3_0db - increase in 3 db steps 192 step_4_0db - increase in 4 db steps 193 step_5_0db - increase in 5 db steps 194 step_6_0db - increase in 6 db steps
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/ |
H A D | trusted-firmware-m-corstone1000.inc | 26 file://0004-Platform-CS1000-Increase-ITS-max-asset-size.patch \ 27 file://0005-Platform-CS1000-Increase-RSE_COMMS-buffer-size.patch \ 28 file://0006-Platform-CS1000-Increase-buffers-for-EFI-vars.patch \ 30 file://0008-Platform-CS1000-Increase-flash-PS-area-size.patch \ 34 file://0012-Platform-CS1000-Increase-BL2-partition-size.patch \
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | analogix,anx7625.yaml | 56 post cursor manual, increase the [Boost control] to increase 59 swing manual, increase [Swing control] setting to add Vp-p value 66 compensation manual, increase it can enhance IO driven strength
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-devices-system-xen_memory | 7 attempt to increase the balloon before giving up. See 25 has attempted to increase the size of the balloon. 36 increase the balloon. Each time the balloon cannot be
|
/openbmc/phosphor-fan-presence/control/ |
H A D | zone.hpp | 397 * @brief Get the increase speed delta 399 * @return - The current increase speed delta 417 * @brief Set the floor speed to the given speed and increase target 438 * and increase the fan speeds, not going above the ceiling. 440 * @param[in] targetDelta - The delta to increase the target speed by 446 * and increase the fan speeds, not going above the ceiling. 448 * @param[in] targetDelta - The delta to increase the target speed by 453 * @brief Callback function for the increase timer that delays 723 * Speed increase delta 738 * Speed increase delay in seconds [all …]
|
/openbmc/linux/arch/sparc/lib/ |
H A D | M7memcpy.S | 248 add %o1, 64, %o1 ! increase src ptr by 64 251 add %o0, 64, %o0 ! increase dst ptr by 64 264 add %o1, 32, %o1 ! increase src ptr by 32 267 add %o0, 32, %o0 ! increase dst ptr by 32 276 add %o1, 16, %o1 ! increase src ptr by 16 280 add %o0, 16, %o0 ! increase dst ptr by 16 289 add %o1, 8, %o1 ! increase src ptr by 8 290 add %o0, 8, %o0 ! increase dst ptr by 8 332 add %o1, 32, %o1 ! increase src ptr by 32 338 add %o0, 32, %o0 ! increase dst ptr by 32 [all …]
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_fan_operation.robot | 76 Check Fan Speed Increase When One Disabled 77 [Documentation] Verify that the speed of working fans increase when 83 Verify Fan Speed Increase ${fan_names}
|
/openbmc/openbmc/poky/scripts/ |
H A D | autobuilder-worker-prereq-tests | 53 …echo 'Need to increase watches (echo fs.inotify.max_user_watches=65536 | sudo tee -a /etc/sysctl.c… 58 echo 'Increase maximum open files in /etc/security/limits.conf' 65 echo 'Increase maximum user processes in /etc/security/limits.conf'
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0008-Platform-CS1000-Increase-flash-PS-area-size.patch | 4 Subject: [PATCH 8/9] Platform: CS1000: Increase flash PS area size 7 The aim of this commit is to increase the size of PS storage in SE
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | run_hugetlbfs_test.sh | 23 # If not enough free huge pages for test, attempt to increase 48 # nr_hugepgs non-zero only if we attempted to increase
|
/openbmc/qemu/hw/usb/ |
H A D | canokey.h | 45 * in this case ep_in_size would increase with every call 53 * We first increase ep_in_size to fill ep_in buffer in device_loop,
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | Kconfig | 37 To increase number of ports available for USB/IP virtual 47 To increase number of ports available for USB/IP virtual
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 207 IcmpMsgOutType8 would increase 1. And if kernel gets an ICMP Echo Reply 208 packet, IcmpMsgInType0 would increase 1. 236 1. increase IcmpInMsgs 266 counter would only increase 1. 278 increase 2. 288 increase 1. 310 a bigger one. This counter increase 1 for every packet merged in such 348 kernel would always add 1 to TcpExtListenDrops. So increase 350 same time, but TcpExtListenDrops would also increase without 352 also let TcpExtListenDrops increase. [all …]
|
H A D | net_dim.rst | 33 increase bandwidth over reducing interrupt rate. 52 compared in a similar fashion - increase == "better" and decrease == "worse". 55 increase in the interrupt rate is considered "worse" and a decrease is 66 algorithm would increase in order to reduce calculation overhead. Also, after
|
/openbmc/phosphor-fan-presence/control/example/ |
H A D | zones.yaml | 37 # that are less than the speed increase that's currently 41 # increase is occurring at that time as well.]
|