Home
last modified time | relevance | path

Searched refs:increase (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/openbmc/linux/arch/sparc/lib/
H A DM7memcpy.S248 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/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
/openbmc/linux/drivers/staging/pi433/Documentation/
H A Dpi433.txt187 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/linux/tools/testing/selftests/resctrl/
H A Dsettings2 # the future, increase timeout here.
/openbmc/linux/drivers/usb/usbip/
H A DKconfig37 To increase number of ports available for USB/IP virtual
47 To increase number of ports available for USB/IP virtual
/openbmc/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
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-phosphor/pldm/
H A Dpldm_%.bbappend3 # increase the timeouts for our use-case,
/openbmc/linux/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_info_packet.h67 struct frame_duration_op increase; member
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/
H A Doptee-os-corstone1000-common.inc4 file://0002-increase-tzdram-size.patch \
/openbmc/linux/arch/arc/
H A DKconfig.debug9 threads to run on the system and also increase the pressure
/openbmc/linux/Documentation/sphinx-static/
H A Dtheme_rtd_colors.css7 /* Improve contrast and increase size for easier reading. */
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-bsp/u-boot/files/
H A Dfvp.cfg3 CONFIG_SYS_BOOTM_LEN=0x6000000 # increase buffer size for decompression
/openbmc/webui-vue/docs/guide/components/
H A Dreadme.md6 experience and increase efficiency. Review the existing components before using
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/tomoyo-tools/
H A Dtomoyo-tools_2.6.1.bb3 for Linux that can be used to increase the security of a system, while also \
/openbmc/qemu/qapi/
H A Dstats.json20 # @cumulative: stat is cumulative; value can only increase.
22 # @instant: stat is instantaneous; value can increase or decrease.
24 # @peak: stat is the peak value; value can only increase.
/openbmc/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
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/
H A D0002-increase-tzdram-size.patch4 Subject: [PATCH] increase tzdram size
/openbmc/linux/Documentation/networking/
H A Dnet_dim.rst33 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
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
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 …]
/openbmc/linux/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c577 info_packet->sb[4] = (param->increase.support << 6 | param->decrease.support << 7); in mod_build_adaptive_sync_infopacket_v2()
578 info_packet->sb[5] = param->increase.frame_duration_hex; in mod_build_adaptive_sync_infopacket_v2()
/openbmc/qemu/scripts/qapi/
H A Dvisit.py105 indent.increase()
115 indent.increase()
/openbmc/openbmc/meta-security/recipes-mac/ccs-tools/
H A Dccs-tools_1.8.9.bb2 …atory Access Control (MAC) implementation for Linux that can be used to increase the security of a…
/openbmc/linux/Documentation/misc-devices/
H A Dics932s401.rst35 The clocks could be reprogrammed to increase system speed. I will not help you
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_yaffs2.c839 loff_t increase; in yaffs2_handle_hole() local
863 increase = new_size - old_file_size; in yaffs2_handle_hole()
865 if (increase < YAFFS_SMALL_HOLE_THRESHOLD * dev->data_bytes_per_chunk && in yaffs2_handle_hole()
882 while (increase > 0 && small_increase_ok) { in yaffs2_handle_hole()
883 this_write = increase; in yaffs2_handle_hole()
891 increase -= this_write; in yaffs2_handle_hole()
/openbmc/linux/Documentation/process/
H A Dcontribution-maturity-model.rst24 expectations for upstream community engagement aim to increase the
25 influence of individual developers, increase the collaboration of

12345678910>>...14