/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()
|
H A D | tcp_cubic.c | 3 * TCP CUBIC: Binary Increase Congestion control for TCP v2.3 43 /* Number of delay samples for detecting the increase of delay */ 68 MODULE_PARM_DESC(beta, "beta for multiplicative increase"); 87 u32 cnt; /* increase cwnd by 1 after ACKs */ 297 ca->cnt = 20; /* increase cwnd 5% per RTT */ in bictcp_update() 318 /* The maximum rate of cwnd increase CUBIC allows is 1 packet per in bictcp_update()
|
H A D | tcp_veno.c | 32 u32 inc; /* decide whether to increase cwnd */ 164 /* In the "non-congestive state", increase cwnd in tcp_veno_cong_avoid() 169 /* In the "congestive state", increase cwnd in tcp_veno_cong_avoid()
|
/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a5xx_catalog.c | 35 * Increase inactive period to 250 to avoid bouncing 53 * Increase inactive period to 250 to avoid bouncing 70 * Increase inactive period to 250 to avoid bouncing 88 * Increase inactive period to 250 to avoid bouncing 103 * Increase inactive period to 250 to avoid bouncing 124 * Increase inactive period to 250 to avoid bouncing 143 * Increase inactive period to 250 to avoid bouncing
|
/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 …]
|
/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
|
/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
|
/linux/tools/testing/selftests/cgroup/ |
H A D | test_hugetlb_memcg.c | 107 "setting nr_hugepages should not increase hugepage usage.\n"); in hugetlb_test_program() 119 ksft_print_msg("mmap should not increase hugepage usage.\n"); in hugetlb_test_program() 130 ksft_print_msg("memory usage should increase by around 2MB.\n"); in hugetlb_test_program() 142 ksft_print_msg("memory usage should increase by around 8MB.\n"); in hugetlb_test_program()
|
/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 346 kernel would always add 1 to TcpExtListenDrops. So increase 348 same time, but TcpExtListenDrops would also increase without 350 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
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | seq-ext.c | 146 test_fail("TCPAOGood counter did not increase: %" PRIu64 " <= %" PRIu64, in server_fn() 156 test_ok("TCPAOBad counter didn't increase"); in server_fn() 232 test_fail("TCPAOGood counter did not increase: %" PRIu64 " <= %" PRIu64, in client_fn() 242 test_ok("TCPAOBad counter didn't increase"); in client_fn()
|
/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
|
/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
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 284 - Increase Brightness 286 - BRIGHTNESS INCREASE 345 - Increase volume 389 - Increase channel sequentially
|
/linux/Documentation/block/ |
H A D | stat.rst | 80 these values will increase at a rate greater than 1000/second; for 82 field will increase by 60*30 = 1800. 102 value will increase as the product of the number of milliseconds times the
|
/linux/Documentation/power/regulator/ |
H A D | overview.rst | 115 e.g. a consumer backlight driver asks for a current increase 116 from 5mA to 10mA to increase LCD illumination. This passes 119 Consumer: need to increase LCD brightness. Lookup and
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965-calib.c | 196 /* increase energy threshold (reduce nrg value) in il4965_sens_energy_cck() 199 /* Else if we got fewer than desired, increase sensitivity */ in il4965_sens_energy_cck() 212 /* Increase value to increase sensitivity, but only if: in il4965_sens_energy_cck() 223 /* Increase nrg value to increase sensitivity */ in il4965_sens_energy_cck() 263 /* increase auto_corr values to decrease sensitivity in il4965_sens_energy_cck() 280 /* Decrease auto_corr values to increase sensitivity */ in il4965_sens_energy_cck() 326 /* Else if we got fewer than desired, increase sensitivity */ in il4965_sens_auto_corr_ofdm() 547 /* These stats increase monotonically, and do not reset in il4965_sensitivity_calibration()
|
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | calib.c | 213 /* increase energy threshold (reduce nrg value) in iwl_sens_energy_cck() 216 /* Else if we got fewer than desired, increase sensitivity */ in iwl_sens_energy_cck() 229 /* Increase value to increase sensitivity, but only if: in iwl_sens_energy_cck() 240 /* Increase nrg value to increase sensitivity */ in iwl_sens_energy_cck() 280 /* increase auto_corr values to decrease sensitivity in iwl_sens_energy_cck() 297 /* Decrease auto_corr values to increase sensitivity */ in iwl_sens_energy_cck() 346 /* Else if we got fewer than desired, increase sensitivity */ in iwl_sens_auto_corr_ofdm() 658 /* These statistics increase monotonically, and do not reset in iwl_sensitivity_calibration()
|
/linux/include/uapi/linux/ |
H A D | resource.h | 64 * increase this limit if needed.. 8MB seems reasonable. 70 * root can always increase this limit if needed.
|
/linux/drivers/net/phy/ |
H A D | mediatek-ge.c | 29 /* Increase SlvDPSready time */ in mtk_gephy_config_init() 47 /* Increase post_update_timer */ in mt7530_phy_config_init()
|
/linux/tools/testing/selftests/mm/ |
H A D | hugepage-shm.c | 12 * you may need to increase it via: 16 * This will increase the maximum size per shared memory segment to 256MB.
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | radix.h | 102 * If we store section details in page->flags we can't increase the MAX_PHYSMEM_BITS 103 * if we increase SECTIONS_WIDTH we will not store node details in page->flags and 105 * Hence only increase for VMEMMAP. Further depending on SPARSEMEM_EXTREME reduce 225 * eventually be seen. In testing, there was no noticable increase in radix__set_pte_at()
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | ti,am3359-tsc.yaml | 29 multiple reads can increase the quality. A value of 5 means, 5 reads for 52 lower value, say 0x400, and increase value until false pen-up events are
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | iqs626a.yaml | 252 azoteq,cct-increase: 259 be increased, with 0 representing no increase. The maximum value is 456 '-alt' instead correspond to an increase in counts. 458 By default, the long-term average tracks an increase in counts such 463 the counts increase or decrease such that events of either direction 575 azoteq,cct-increase: 582 be increased, with 0 representing no increase.
|