/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | COW.py | 9 # Be careful when using mutable types (ie Dict and Lists) - operations involving these are SLOW. 26 MUTABLE = "__mutable__" variable 58 key += MUTABLE 62 nkey = key + MUTABLE 73 print("Warning: Doing a copy because %s is a mutable type." % key, file=cls.__warn__) 85 Get a value (even if mutable) which you promise not to change. 112 key += MUTABLE 129 if key.endswith(MUTABLE): 130 key = key[:-len(MUTABLE)]
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | LoadPin.rst | 20 a mutable filesystem means pinning is mutable too, but having the 21 sysctl allows for easy testing on systems with a mutable filesystem.)
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | net_iface_mock.h | 34 mutable std::vector<int> bound_socks; 36 mutable short flags = 0;
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-firewire | 7 Read-only. Mutable during the node device's lifetime. 26 Read-only. Mutable during the node device's lifetime. 78 Read-only. Mutable during the node device's lifetime.
|
/openbmc/linux/rust/kernel/sync/ |
H A D | locked_by.rs | 135 // duration of 'a, so it's not possible to use `Self::access_mut` to obtain a mutable in access() 141 /// Returns a mutable reference to the protected data when the caller provides evidence (via a 142 /// mutable owner) that the owner is locked mutably. 147 /// Showing a mutable reference to the owner is sufficient because we know no other references
|
H A D | arc.rs | 153 // mutable reference when the reference count reaches zero and `T` is dropped. 159 // `Arc<T>` on that thread, so the thread may ultimately access `T` using a mutable reference when 225 // the returned `ArcBorrow` ensures that the object remains alive and that no mutable in as_arc_borrow() 336 /// There are no mutable references to the underlying [`Arc`], and it remains valid for the 408 /// 2. That no mutable references to `inner` are created. 433 // SAFETY: By the type invariant, the underlying object is still alive with no mutable in deref() 441 /// It is mutable and can be converted to an [`Arc`] so that it can be shared. 610 // it's inside a `UniqueArc`, so it is safe to get a mutable reference. in deref_mut()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_blend.c | 139 * any plane has a zpos property (either mutable or immutable), then all 210 * This function creates a generic, mutable, alpha property and enables support 340 * drm_plane_create_zpos_property - create mutable zpos property 346 * This function initializes generic mutable zpos property and enables support 349 * Drivers that attach a mutable zpos property to any plane should call the 401 * order. For mutable zpos see drm_plane_create_zpos_property().
|
/openbmc/sdbusplus/include/sdbusplus/asio/ |
H A D | property.hpp | 24 data) mutable { handler(ec, data); }, in getAllProperties() 53 std::variant<std::monostate, PropertyType>& ret) mutable { in getProperty()
|
/openbmc/linux/include/drm/ |
H A D | drm_mode_object.h | 89 * Note that atomic drivers do not store mutable properties in this 99 * and drm_object_property_get_value() on mutable objects, i.e. those
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | ValueMutability.interface.yaml | 4 - name: Mutable
|
/openbmc/telemetry/tests/src/ |
H A D | dbus_environment.hpp | 127 boost::system::error_code ec) mutable { in setProperty() 142 boost::system::error_code ec) mutable { in callMethod()
|
/openbmc/bmcweb/include/ |
H A D | dbus_privileges.hpp | 143 const dbus::utility::DBusPropertiesMap& userInfoMap) mutable { in requestUserInfo() 170 const dbus::utility::DBusPropertiesMap& userInfoMap) mutable { in validatePrivilege()
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | header.S | 4 * readonly; for mutable data instead add pointers into the .data
|
/openbmc/telemetry/src/ |
H A D | telemetry.hpp | 36 mutable SensorCache sensorCache;
|
/openbmc/google-misc/subprojects/libcr51sign/ |
H A D | README.md | 16 in rodata) while the data in context is mutable.
|
/openbmc/linux/drivers/md/ |
H A D | dm-bio-record.h | 15 * There are lots of mutable fields in the bio struct that get
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | 426 chassisPaths) mutable { in getChassis() 468 nodeSensorList) mutable { in getChassis() 1010 const dbus::utility::ManagedObjectType& resp) mutable { in getInventoryItemsData() 1089 const dbus::utility::MapperGetSubTreeResponse& subtree) mutable { in getInventoryItemsConnections() 1165 const dbus::utility::ManagedObjectType& resp) mutable { in getInventoryItemAssociations() 1341 const std::string& state) mutable { in getInventoryLedData() 1434 const dbus::utility::MapperGetSubTreeResponse& subtree) mutable { in getInventoryLeds() 1527 uint32_t value) mutable { in getPowerSupplyAttributesData() 1610 const dbus::utility::MapperGetSubTreeResponse& subtree) mutable { in getPowerSupplyAttributes() 1693 inventoryItems) mutable { in getInventoryItems() [all...] |
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | chassis_utils.hpp | 43 chassisPaths) mutable { in getValidChassisPath()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __stopped_as_error.hpp | 39 [__err2 = static_cast<_Error&&>(__err)]() mutable noexcept( in operator ()()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
H A D | 0001-libminifi-Rename-mutex_-to-mtx_-member-of-Concurrent.patch | 12 | 140 | mutable std::mutex mtx_;
|
/openbmc/dbus-sensors/src/ |
H A D | sensor.hpp | 96 * interface are mutable. If mutable, then 354 valueMutabilityInterface->register_property("Mutable", true); in setInitialProperties()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | stop_token.hpp | 156 mutable std::atomic<uint8_t> __state_{0}; 157 mutable __stok::__inplace_stop_callback_base* __callbacks_ = nullptr;
|
/openbmc/linux/rust/kernel/ |
H A D | types.rs | 130 /// In the example below, we need a mutable object (the vector) to be accessible within the log 318 // mutable reference, for example, when the reference count reaches zero and `T` is dropped. 324 // `ARef<T>` on that thread, so the thread may ultimately access `T` using a mutable reference, for
|
/openbmc/phosphor-networkd/src/ |
H A D | network_manager_main.cpp | 46 timer.set_callback([cb = std::move(cb)](Timer&) mutable { cb(); }); in setCallback()
|
/openbmc/pldm/utilities/requester/ |
H A D | set_state_effecter_async.cpp | 53 &pldmTransport](IO& io, int fd, uint32_t revents) mutable { in main()
|