/openbmc/docs/designs/ |
H A D | phosphor-hwmon-io-uring.md | 1 # Using io_uring in BMCs for asynchronous sensor reads 19 drawback currently, and adding an asynchronous interface using the new io_uring 24 io_uring is a new asynchronous framework for Linux I/O interface (added to 5.1 26 asynchronous IO called AIO, which had its limitations in context of its usage in 38 By using io_uring, the asynchronous sensor reads will need to maintain the same 47 The focus of this project is to add asynchronous sensor reads to the 48 phosphor-hwmon repository, which is easier to implement than adding asynchronous 52 asynchronous method of reading sensors, or remain with the traditional, 134 The asynchronous nature of this implementation comes from sending all possible 147 Linux does have a native asynchronous IO interface, simply dubbed AIO; however, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-asgiref_3.8.1.bb | 1 …I is a standard for Python asynchronous web apps and servers to communicate with each other, and p…
|
H A D | python3-aiosignal_1.3.2.bb | 1 SUMMARY = "A list of registered asynchronous callbacks"
|
H A D | python3-aiofiles_24.1.0.bb | 2 DESCRIPTION = "Asynchronous local file IO library for asyncio and Python"
|
H A D | python3-pyserial-asyncio_0.6.bb | 1 SUMMARY = "Python Serial Port Extension - Asynchronous I/O support"
|
H A D | python3-aiohue_4.7.4.bb | 1 DESCRIPTION = "Asynchronous library to control Philips Hue"
|
H A D | python3-aiodns_3.4.0.bb | 2 DESCRIPTION = "aiodns provides a simple way for doing asynchronous DNS resolutions using pycares."
|
H A D | python3-stopit_1.1.2.bb | 1 SUMMARY = "Raise asynchronous exceptions in other threads, control the timeout of blocks or callabl…
|
H A D | python3-aioserial_1.3.1.bb | 1 DESCRIPTION = "An asynchronous serial port library for Python"
|
H A D | python3-aiohttp_3.11.18.bb | 2 DESCRIPTION = "Asynchronous HTTP client/server framework for asyncio and Python"
|
/openbmc/openbmc/poky/meta/recipes-extended/libaio/ |
H A D | libaio_0.3.113.bb | 1 SUMMARY = "Asynchronous I/O library" 2 DESCRIPTION = "Asynchronous input/output library that uses the kernels native interface"
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/ |
H A D | Proxy.interface.yaml | 7 Perform an asynchronous operation of mounting to HOST on given object. 17 Perform an asynchronous operation of unmount from HOST on given
|
H A D | Legacy.interface.yaml | 8 Perform an asynchronous operation of mounting to HOST on given object. 33 Perform an asynchronous operation of unmounting from HOST on given
|
/openbmc/openbmc/poky/meta/recipes-connectivity/libuv/ |
H A D | libuv_1.51.0.bb | 1 SUMMARY = "A multi-platform support library with a focus on asynchronous I/O" 3 DESCRIPTION = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was p…
|
/openbmc/libmctp/ |
H A D | libmctp.h | 139 * If an asynchronous binding is being used, it will return -EBUSY if 141 * Asynchronous users can test mctp_is_tx_ready() prior to sending. 150 * If an asynchronous binding is being used, it will return -EBUSY if 152 * Asynchronous users can test mctp_is_tx_ready() prior to sending. 168 * If an asynchronous binding is being used, it will return -EBUSY if 170 * Asynchronous users can test mctp_is_tx_ready() prior to sending.
|
/openbmc/qemu/docs/interop/ |
H A D | qmp-spec.rst | 202 Asynchronous events 207 response. They are called "asynchronous events". 209 The format of asynchronous events is: 227 The actual asynchronous events are documented in the :doc:`qemu-qmp-ref`. 340 other commands will return the ``CommandNotFound`` error. Asynchronous 348 effect, all commands (except ``qmp_capabilities``) are allowed and asynchronous 399 arguments, errors, asynchronous events, and so forth. 431 2. Introducing new asynchronous messages is okay. If you want to extend
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | context.hpp | 22 /** @brief A run-loop context for handling asynchronous dbus operations. 24 * This class encapsulates the run-loop for asynchronous operations, 27 * object is `run` which handles all asynchronous operations until the
|
/openbmc/qemu/include/hw/ |
H A D | hotplug.h | 47 * require asynchronous unplug handling. 50 * asynchronous and synchronous (surprise) removal.
|
/openbmc/openbmc/poky/meta/recipes-support/libevent/ |
H A D | libevent_2.1.12.bb | 1 SUMMARY = "An asynchronous event notification library" 2 DESCRIPTION = "A software library that provides asynchronous event \
|
/openbmc/qemu/docs/system/i386/ |
H A D | kvm-pv.rst | 45 Enable asynchronous page fault mechanism. Supported since Linux v2.6.38. 74 Enable interrupt based asynchronous page fault mechanism. Supported since Linux
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | target_signal.h | 8 #define TARGET_SEGV_MTEAERR 8 /* Asynchronous ARM MTE error */
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_interface.hpp | 44 * asynchronous, with the intent that other code registers a callback 69 * asynchronous command to the host. 192 * @brief Pure virtual function for implementing the asynchronous
|
/openbmc/qemu/include/qemu/ |
H A D | async-teardown.h | 2 * Asynchronous teardown
|
/openbmc/u-boot/drivers/memory/ |
H A D | Kconfig | 12 SoCs. AEMIF stands for Asynchronous External Memory Interface and
|
/openbmc/openpower-debug-collector/dump/ |
H A D | sbe_dump_collector.hpp | 122 * @brief Launches asynchronous dump collection tasks for a set of targets. 126 * asynchronous task for each target, where each task calls 147 * the completion state of an asynchronous dump collection task. The caller 149 * tasks have completed. Exceptions thrown by the asynchronous tasks are
|