/openbmc/linux/rust/alloc/ |
H A D | raw_vec.rs | 311 pub fn reserve(&mut self, len: usize, additional: usize) { in reserve() 320 additional: usize, in reserve() 322 handle_reserve(slf.grow_amortized(len, additional)); in reserve() 325 if self.needs_to_grow(len, additional) { in reserve() 326 do_reserve_and_handle(self, len, additional); in reserve() 340 if self.needs_to_grow(len, additional) { in try_reserve() 341 self.grow_amortized(len, additional) in try_reserve() 379 additional: usize, in try_reserve_exact() 381 if self.needs_to_grow(len, additional) { self.grow_exact(len, additional) } else { Ok(()) } in try_reserve_exact() 404 additional > self.capacity().wrapping_sub(len) in needs_to_grow() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0027-Fix-gcc-vect-module-testcases.patch | 10 +/* Since this uses dg-additional-sources, need to specify `dg-do run` instead of the default. */ 13 /* { dg-additional-options "-fopenmp-simd" } */ 14 /* { dg-additional-options "-mavx" { target avx_runtime } } */ 20 +/* Since this uses dg-additional-sources, need to specify `dg-do run` instead of the default. */ 23 /* { dg-additional-options "-fopenmp-simd" } */ 24 /* { dg-additional-options "-mavx" { target avx_runtime } } */
|
/openbmc/linux/security/integrity/evm/ |
H A D | Kconfig | 27 additional info to the calculation, requires existing EVM 35 Include additional SMACK xattrs for HMAC calculation. 44 additional info to the calculation, requires existing EVM 48 bool "Add additional EVM extended attributes at runtime" 52 Allow userland to provide additional xattrs for HMAC calculation. 54 When this option is enabled, root can add additional xattrs to the
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_dbus.cpp | 71 std::map<std::string, std::string> additional; in createPelRaw() local 72 additional.emplace("RAWPEL", filePath.string()); in createPelRaw() 73 additional.emplace("_PID", std::to_string(getpid())); in createPelRaw() 86 method.append(eventPelTerminate, levelPelError, additional); in createPelRaw()
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | watchdog_logging.cpp | 20 void event(std::map<std::string, std::string>& additional, in event() argument 29 auto pelId = createPel(eventName, additional, emptyFfdc); in event()
|
H A D | watchdog_dbus.cpp | 87 std::map<std::string, std::string>& additional, in createPel() argument 94 additional.emplace("_PID", std::to_string(getpid())); in createPel() 107 method.append(eventType, levelPelError, additional, ffdc); in createPel()
|
/openbmc/linux/drivers/scsi/ |
H A D | constants.c | 307 static const struct error_info additional[] = variable 385 for (i = 0; i < ARRAY_SIZE(additional); i++) { in scsi_extd_sense_format() 386 if (additional[i].code12 == code) in scsi_extd_sense_format() 388 offset += additional[i].size; in scsi_extd_sense_format()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OASIS | 10 referencing additional sets of general entities and declaring 11 additional notations, label your DTD as a variant of DocBook. See
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led-multicolor | 11 For additional details please refer to 23 For additional details please refer to
|
H A D | sysfs-bus-iio-ina2xx-adc | 9 in-driver readout rate at the cost of an additional register read. 12 save the additional i2c transaction, which will improve the bandwidth
|
H A D | evm | 102 validate the EVM signature, and allows additional attributes 104 additional attributes are added (and on files possessing those 105 additional attributes) will only be valid if the same 106 additional attributes are configured on system boot. Writing
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/ |
H A D | Device.errors.yaml | 6 # for additional information. 14 # additional information.
|
/openbmc/linux/rust/alloc/vec/ |
H A D | mod.rs | 1026 pub fn reserve(&mut self, additional: usize) { in reserve() 1027 self.buf.reserve(self.len, additional); in reserve() 1094 self.buf.try_reserve(self.len, additional) in try_reserve() 3025 self.reserve(additional); in extend_reserve() 3090 if let Some(additional) = high { in extend_trusted() 3093 additional, in extend_trusted() 3097 self.reserve(additional); in extend_trusted() 3123 if let Some(additional) = high { in try_extend_trusted() 3126 additional, in try_extend_trusted() 3130 self.try_reserve(additional)?; in try_extend_trusted() [all …]
|
/openbmc/linux/drivers/usb/storage/ |
H A D | Kconfig | 38 Say Y here to include additional code to support the power-saving function 84 Say Y here to include additional code to support storage devices 106 Say Y here to include additional code to support the Sandisk SDDR-09 115 Say Y here to include additional code to support the Sandisk SDDR-55 123 Say Y here to include additional code to support the Lexar Jumpshot 131 Say Y here to include additional code to support the Olympus MAUSB-10 143 Say Y here to include additional code to support the Maxtor OneTouch 156 Say Y here to include additional code to support the Rio Karma
|
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
H A D | LICENSE-OASIS | 10 referencing additional sets of general entities and declaring 11 additional notations, label your DTD as a variant of DocBook. See
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | Kconfig.debug | 20 bool "Enable additional driver debugging" 97 Enable additional logging that may help track down the cause of 110 Enable additional and verbose debugging output that will spam 124 Enable additional and verbose debugging output that will spam 133 bool "Enable additional driver debugging for fence objects" 146 bool "Enable additional driver debugging for detecting dependency cycles" 158 bool "Enable additional driver debugging for GuC"
|
/openbmc/linux/Documentation/core-api/irq/ |
H A D | concepts.rst | 21 Architectures can assign additional meaning to the IRQ numbers, and 24 assigning this kind of additional meaning.
|
/openbmc/u-boot/board/birdland/bav335x/ |
H A D | README | 26 CONFIG_EXTRA_ENV_SETTINGS will need additional care to update for your 28 define additional text blocks (such as for NAND or DFU strings). Also
|
/openbmc/qemu/docs/system/s390x/ |
H A D | 3270.rst | 22 ``CONFIG_TN3270`` and at least one of ``CONFIG_TN3270_TTY`` (for additional 42 This should get you an additional tty for logging into the guest. 45 an additional tty, you can also append ``conmode=3270 condev=000a`` to
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | eeprom.rst | 32 (additional data at 0x51, 0x53, 0x55, 0x57) 33 24C08 8K 0x50, 0x54 (additional data at 0x51, 0x52, 35 24C16 16K 0x50 (additional data at 0x51 - 0x57) 77 The Microchip 24AA52/24LCS52, ST M34C02, and others support an additional
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image-artifact-names.bbclass | 31 # The actual image that contains the rootfs has an additional suffix (.rootfs 32 # by default) followed by additional suffices which describe the format (.ext4,
|
/openbmc/linux/Documentation/input/devices/ |
H A D | appletouch.rst | 20 Frank Arnold for further improvements, and Alex Harper for some additional 32 will give additional functionalities, like acceleration, scrolling, 2 finger 37 example). For additional configuration, see the synaptics driver documentation::
|
/openbmc/linux/Documentation/timers/ |
H A D | hpet.rst | 11 additional hardware to support periodic interrupts. The comparators are 16 comparators are additional interrupt sources with no particular system
|
/openbmc/openbmc/poky/bitbake/contrib/ |
H A D | README | 1 This directory is for additional contributed files which may be useful.
|
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/ |
H A D | sys_proto.h | 15 u32 additional; member
|