Home
last modified time | relevance | path

Searched full:mutable (Results 1 – 25 of 109) sorted by relevance

12345

/openbmc/openbmc/poky/bitbake/lib/bb/
H A DCOW.py9 # 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 DLoadPin.rst20 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 Dnet_iface_mock.h34 mutable std::vector<int> bound_socks;
36 mutable short flags = 0;
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire7 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 Dlocked_by.rs135 // 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 Darc.rs153 // 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 Ddrm_blend.c139 * 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 Dproperty.hpp24 data) mutable { handler(ec, data); }, in getAllProperties()
53 std::variant<std::monostate, PropertyType>& ret) mutable { in getProperty()
/openbmc/linux/include/drm/
H A Ddrm_mode_object.h89 * 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 DValueMutability.interface.yaml4 - name: Mutable
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp127 boost::system::error_code ec) mutable { in setProperty()
142 boost::system::error_code ec) mutable { in callMethod()
/openbmc/bmcweb/include/
H A Ddbus_privileges.hpp143 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 Dheader.S4 * readonly; for mutable data instead add pointers into the .data
/openbmc/telemetry/src/
H A Dtelemetry.hpp36 mutable SensorCache sensorCache;
/openbmc/google-misc/subprojects/libcr51sign/
H A DREADME.md16 in rodata) while the data in context is mutable.
/openbmc/linux/drivers/md/
H A Ddm-bio-record.h15 * There are lots of mutable fields in the bio struct that get
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp426 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 Dchassis_utils.hpp43 chassisPaths) mutable { in getValidChassisPath()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__stopped_as_error.hpp39 [__err2 = static_cast<_Error&&>(__err)]() mutable noexcept( in operator ()()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0001-libminifi-Rename-mutex_-to-mtx_-member-of-Concurrent.patch12 | 140 | mutable std::mutex mtx_;
/openbmc/dbus-sensors/src/
H A Dsensor.hpp96 * interface are mutable. If mutable, then
354 valueMutabilityInterface->register_property("Mutable", true); in setInitialProperties()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp156 mutable std::atomic<uint8_t> __state_{0};
157 mutable __stok::__inplace_stop_callback_base* __callbacks_ = nullptr;
/openbmc/linux/rust/kernel/
H A Dtypes.rs130 /// 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 Dnetwork_manager_main.cpp46 timer.set_callback([cb = std::move(cb)](Timer&) mutable { cb(); }); in setCallback()
/openbmc/pldm/utilities/requester/
H A Dset_state_effecter_async.cpp53 &pldmTransport](IO& io, int fd, uint32_t revents) mutable { in main()

12345