/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_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/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 29 * Worst-case increase in the fork extent count when we're adding a single 36 * extent count to increase by 1. 45 * count to increase proportional to the size of a remote xattr's 55 * Hence extent count can increase by 2. 62 * to be unmapped. This will increase extent count by 1. Mapping in the new 63 * extent can increase the extent count by 1 again i.e. 72 * increase by 1.
|
/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 …]
|
/linux/block/ |
H A D | blk-rq-qos.c | 108 * Return true, if we can't increase the depth further by scaling 135 * increase performance. in rq_depth_calc_max_depth() 267 * If there are no waiters in the waiting queue, try to increase the in rq_qos_wait() 281 * increase the inflight counter for ourselves. And it is sufficient to in rq_qos_wait() 303 /* we are now relying on the waker to increase our inflight counter. */ in rq_qos_wait()
|
/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/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/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/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/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/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/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/tools/testing/selftests/futex/functional/ |
H A D | futex_priv_hash.c | 132 static const char *test_msg_auto_inc = "Automatic increase with more than 16 CPUs\n"; 183 * The current default size of hash buckets is 16. The auto increase in TEST() 206 ksft_print_msg("Expected increase of hash buckets but got: %d -> %d\n", in TEST()
|
/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/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/drivers/net/phy/mediatek/ |
H A D | mtk-ge.c | 44 /* Increase SlvDPSready time */ in mtk_gephy_config_init() 69 /* Increase post_update_timer */ in mt7530_phy_config_init()
|
/linux/arch/openrisc/lib/ |
H A D | memset.S | 80 l.addi r19, r19, 4 // Increase src 91 l.addi r19, r19, 1 // Increase src
|
/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.
|