Home
last modified time | relevance | path

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

12345

/openbmc/qemu/stubs/
H A Diothread-lock.c26 void bql_block_unlock(bool increase) in bql_block_unlock() argument
33 new_value = bql_unlock_blocked + increase - !increase; in bql_block_unlock()
34 assert((new_value > bql_unlock_blocked) == increase); in bql_block_unlock()
/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/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/
H A Doptee-os-corstone1000-common.inc4 file://0002-plat-corstone1000-increase-CFG_TZDRAM_SIZE.patch \
/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/system/
H A Dcpus.c522 void bql_block_unlock(bool increase) in bql_block_unlock() argument
529 new_value = bql_unlock_blocked + increase - !increase; in bql_block_unlock()
530 assert((new_value > bql_unlock_blocked) == increase); in bql_block_unlock()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/
H A D0002-plat-corstone1000-increase-CFG_TZDRAM_SIZE.patch4 Subject: [PATCH] plat-corstone1000: increase CFG_TZDRAM_SIZE
/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/qemu/qapi/
H A Dstats.json22 # @cumulative: stat is cumulative; value can only increase.
24 # @instant: stat is instantaneous; value can increase or decrease.
26 # @peak: stat is the peak value; value can only increase.
/openbmc/qemu/include/qemu/
H A Dmain-loop.h286 void bql_block_unlock(bool increase);
/openbmc/qemu/scripts/qapi/
H A Dvisit.py101 indent.increase()
111 indent.increase()
H A Dcommon.py148 def increase(self, amount: int = 4) -> None: member in Indentation
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0008-Platform-CS1000-Increase-flash-PS-area-size.patch7 The aim of this commit is to increase the size of PS storage in SE
/openbmc/u-boot/doc/
H A DREADME.ARC13 their own custom instructions that dramatically increase performance.
/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/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libjxl/libjxl/
H A D0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch21 If the assembler also does branch relaxation it will increase the size
/openbmc/qemu/docs/system/arm/
H A Dbananapi_m2u.rst84 done with the ``qemu-img`` command. It is recommended to only increase the image size
86 to prepare a downloaded Armbian image, first extract it and then increase
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt158 overall weight of memory speed will slightly increase.
261 To increase the compression ratio for LZMA compressing it's desirable
270 You can increase the compression ratio for some data types, using
272 increase the compression ratio on 5-10% for code for those CPU ISAs:
290 so it will not increase decompressing time too much.
558 _LZMA_PROB32 - It can increase the speed on some 32-bit CPUs, but memory usage for
/openbmc/phosphor-fan-presence/docs/control/
H A Dzones.md42 NetTargetIncrease requests an increase. All increases requested inside of this
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dx32-psabi.rst19 pointers. The extra bits increase the footprint size of the programs,
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/
H A Dlinux-arm-platforms.inc55 # otherwise the extra kernel modules will increase the rootfs size
/openbmc/qemu/docs/tools/
H A Dqemu-vmsr-helper.rst57 increase verbosity
H A Dqemu-pr-helper.rst59 increase verbosity
/openbmc/qemu/rust/qemu-api/src/
H A Dcell.rs241 fn bql_block_unlock(increase: bool) { in bql_block_unlock()
244 bindings::bql_block_unlock(increase); in bql_block_unlock()

12345