Home
last modified time | relevance | path

Searched full:increase (Results 1 – 25 of 935) sorted by relevance

12345678910>>...38

/linux/drivers/gpu/drm/msm/adreno/
H A Da5xx_catalog.c36 * Increase inactive period to 250 to avoid bouncing
54 * Increase inactive period to 250 to avoid bouncing
71 * Increase inactive period to 250 to avoid bouncing
89 * Increase inactive period to 250 to avoid bouncing
104 * Increase inactive period to 250 to avoid bouncing
125 * Increase inactive period to 250 to avoid bouncing
144 * Increase inactive period to 250 to avoid bouncing
/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h29 * 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/net/ipv4/
H A Dtcp_illinois.c50 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()
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-system-xen_memory7 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 Dtest_hugetlb_memcg.c107 "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 Dsnmp_counter.rst207 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/tools/testing/selftests/memfd/
H A Drun_hugetlbfs_test.sh23 # If not enough free huge pages for test, attempt to increase
48 # nr_hugepgs non-zero only if we attempted to increase
/linux/tools/testing/selftests/net/tcp_ao/
H A Dseq-ext.c146 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/rust/kernel/sync/
H A Dset_once.rs18 /// - `init` may only increase in value.
84 // - We increase `init`. in populate()
93 // - We increase `init`. in populate()
/linux/Documentation/block/
H A Dstat.rst80 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 Doverview.rst115 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 Drc-tables.rst284 - Increase Brightness
286 - BRIGHTNESS INCREASE
345 - Increase volume
389 - Increase channel sequentially
/linux/tools/testing/selftests/net/
H A Dtest_vxlan_nh.sh99 check_err $? "FDB nexthop group stats did not increase"
102 check_err $? "tc filter stats did not increase"
123 check_err $? "FDB nexthop group stats did not increase (with port)"
127 check_err $? "tc filter stats did not increase (with port)"
/linux/include/uapi/linux/
H A Dresource.h64 * increase this limit if needed.. 8MB seems reasonable.
70 * root can always increase this limit if needed.
/linux/tools/testing/selftests/mm/
H A Dhugepage-shm.c
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_iter_memcg.c57 * Increase memcg anon usage by mapping and writing in test_anon()
93 * Increase memcg file usage by creating and writing in test_file()
138 * Increase memcg shmem usage by creating and writing in test_shmem()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-calib.c196 /* 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/Documentation/devicetree/bindings/input/touchscreen/
H A Dti,am3359-tsc.yaml29 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 Dfutex_priv_hash.c130 static const char *test_msg_auto_inc = "Automatic increase with more than 16 CPUs\n";
179 * The current default size of hash buckets is 16. The auto increase in TEST()
203 TH_LOG("Expected increase of hash buckets but got: %d -> %d. %s", in TEST()
208 SKIP(return, "Automatic increase with more than 16 CPUs (only %d online)", online_cpus); in TEST()
/linux/drivers/net/phy/mediatek/
H A Dmtk-ge.c44 /* Increase SlvDPSready time */ in mtk_gephy_config_init()
69 /* Increase post_update_timer */ in mt7530_phy_config_init()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcalib.c213 /* 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 Dradix.h102 * 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/ethernet/mucse/rnpgbe/
H A Drnpgbe_mbx.c137 * mucse_mbx_inc_pf_ack - Increase ack
141 * new value back after increase
269 * mucse_mbx_inc_pf_req - Increase req
273 * new value back after increase
/linux/arch/openrisc/lib/
H A Dmemset.S80 l.addi r19, r19, 4 // Increase src
91 l.addi r19, r19, 1 // Increase src
/linux/Documentation/devicetree/bindings/input/
H A Diqs626a.yaml252 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.

12345678910>>...38