Home
last modified time | relevance | path

Searched full:asynchronous (Results 1 – 25 of 249) sorted by relevance

12345678910

/openbmc/docs/designs/
H A Dphosphor-hwmon-io-uring.md1 # 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 Dpython3-asgiref_3.8.1.bb1 …I is a standard for Python asynchronous web apps and servers to communicate with each other, and p…
H A Dpython3-aiosignal_1.3.2.bb1 SUMMARY = "A list of registered asynchronous callbacks"
H A Dpython3-aiofiles_24.1.0.bb2 DESCRIPTION = "Asynchronous local file IO library for asyncio and Python"
H A Dpython3-pyserial-asyncio_0.6.bb1 SUMMARY = "Python Serial Port Extension - Asynchronous I/O support"
H A Dpython3-aiohue_4.7.4.bb1 DESCRIPTION = "Asynchronous library to control Philips Hue"
H A Dpython3-aiodns_3.4.0.bb2 DESCRIPTION = "aiodns provides a simple way for doing asynchronous DNS resolutions using pycares."
H A Dpython3-stopit_1.1.2.bb1 SUMMARY = "Raise asynchronous exceptions in other threads, control the timeout of blocks or callabl…
H A Dpython3-aioserial_1.3.1.bb1 DESCRIPTION = "An asynchronous serial port library for Python"
H A Dpython3-aiohttp_3.11.18.bb2 DESCRIPTION = "Asynchronous HTTP client/server framework for asyncio and Python"
/openbmc/openbmc/poky/meta/recipes-extended/libaio/
H A Dlibaio_0.3.113.bb1 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 DProxy.interface.yaml7 Perform an asynchronous operation of mounting to HOST on given object.
17 Perform an asynchronous operation of unmount from HOST on given
H A DLegacy.interface.yaml8 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 Dlibuv_1.51.0.bb1 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 Dlibmctp.h139 * 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 Dqmp-spec.rst202 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 Dcontext.hpp22 /** @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 Dhotplug.h47 * require asynchronous unplug handling.
50 * asynchronous and synchronous (surprise) removal.
/openbmc/openbmc/poky/meta/recipes-support/libevent/
H A Dlibevent_2.1.12.bb1 SUMMARY = "An asynchronous event notification library"
2 DESCRIPTION = "A software library that provides asynchronous event \
/openbmc/qemu/docs/system/i386/
H A Dkvm-pv.rst45 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 Dtarget_signal.h8 #define TARGET_SEGV_MTEAERR 8 /* Asynchronous ARM MTE error */
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_interface.hpp44 * 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 Dasync-teardown.h2 * Asynchronous teardown
/openbmc/u-boot/drivers/memory/
H A DKconfig12 SoCs. AEMIF stands for Asynchronous External Memory Interface and
/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.hpp122 * @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

12345678910