/openbmc/linux/include/linux/ |
H A D | async.h | 46 * @func: function to execute asynchronously 59 * @func: function to execute asynchronously 77 * @func: function to execute asynchronously 97 * @func: function to execute asynchronously
|
/openbmc/dbus-sensors/src/ |
H A D | GPIOInterface.hpp | 28 /** @brief Read the gpio state asynchronously */ 31 /** @brief Read the gpio state asynchronously based on gpio event */
|
H A D | NotifyWatch.hpp | 24 /** @brief Asynchronously watch and notify for any changes to dir */
|
/openbmc/linux/kernel/ |
H A D | async.c | 20 asynchronously, out of order, while these operations still 31 The asynchronously called function should before doing a globally visible 183 * @func: function to execute asynchronously 229 * @func: function to execute asynchronously 248 * @func: function to execute asynchronously
|
/openbmc/libpldm/include/libpldm/ |
H A D | transport.h | 34 * @brief Asynchronously send a PLDM message. Control is immediately returned to 59 * @brief Asynchronously get a PLDM message. Control is immediately returned to the 91 * to use the transport instance asynchronously, as this discard behaviour will affect other
|
H A D | firmware_fd.h | 157 * @param[out] ret_pending - set when verify will run asynchronously 170 * If the verify is going to complete asynchronously, implementations set 182 * @param[out] ret_pending - set when apply will run asynchronously 191 * If the apply is going to complete asynchronously, implementations set
|
/openbmc/dbus-sensors/src/cable-monitor/ |
H A D | CableMonitor.hpp | 47 /** @brief Asynchronously process cable inventory added */ 51 /** @brief Asynchronously process cable inventory removed */
|
/openbmc/linux/drivers/md/bcache/ |
H A D | closure.h | 25 * Closures can be used to wait on things both synchronously and asynchronously, 30 * To wait asynchronously, use 40 * To use safely closures asynchronously, they must always have a refcount while 367 * asynchronously out of a new closure - @parent will then wait for @cl to
|
/openbmc/pldm/common/ |
H A D | transport.hpp | 38 /** @brief Asynchronously send a PLDM message to the specified terminus 51 /** @brief Asynchronously receive a PLDM message addressed to the local
|
/openbmc/linux/Documentation/driver-api/nfc/ |
H A D | nfc-hci.rst | 23 context blocks waiting for response) or asynchronously (the response is returned 112 asynchronously. 257 It is also possible to execute the command asynchronously using this API:: 285 Errors that occur asynchronously (e.g. in a background protocol handling thread)
|
/openbmc/linux/sound/hda/ |
H A D | hdac_bus.c | 83 * @res: pointer to store the response, NULL if performing asynchronously 103 * @res: pointer to store the response, NULL if performing asynchronously 145 * the workqueue asynchronously. Call this function in the interrupt
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_balloon.h | 76 #define VIRTIO_BALLOON_S_ASYNC_SCAN 12 /* Amount of memory scanned asynchronously */ 78 #define VIRTIO_BALLOON_S_ASYNC_RECLAIM 14 /* Amount of memory reclaimed asynchronously */
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | concepts.rst | 180 pages either asynchronously or synchronously, depending on the state 186 asynchronously scan memory pages and either just free them if the data 208 Like reclaim, the compaction may happen asynchronously in the ``kcompactd``
|
/openbmc/linux/include/linux/device/ |
H A D | driver.h | 30 * whether probed synchronously or asynchronously. 33 * opt into executing their probes asynchronously. 37 * handling - re-probing always ends up being done asynchronously).
|
/openbmc/linux/crypto/async_tx/ |
H A D | async_pq.c | 32 * do_async_gen_syndrome - asynchronously calculate P and/or Q 156 * async_gen_syndrome - asynchronously calculate a raid6 syndrome 202 /* run the p+q asynchronously */ in async_gen_syndrome() 282 * async_syndrome_val - asynchronously validate a raid6 syndrome
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pycares_4.5.0.bb | 4 a C library that performs DNS requests and name resolutions asynchronously."
|
/openbmc/qemu/include/io/ |
H A D | dns-resolver.h | 80 * <title>Resolving addresses asynchronously</title> 191 * DNS resolution will be done asynchronously so execution
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | netfs-api.rst | 21 (5) I/O is done asynchronously where possible. 277 If a termination function is given, the operation will be run asynchronously 324 Invalidation runs asynchronously in a worker thread so that it doesn't block 423 Note that the write function will always run asynchronously and will unmark all
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | Update.interface.yaml | 7 Start a firmware update to be performed asynchronously.
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_exec.c | 69 * A VM_BIND job can be executed either synchronously or asynchronously. If 70 * exectued asynchronously, userspace may provide a list of syncobjs this job 77 * jobs are always executed asynchronously, and, equal to VM_BIND jobs, provide
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/ |
H A D | c-ares_1.33.0.bb | 2 SUMMARY = "c-ares is a C library that resolves names asynchronously."
|
/openbmc/linux/virt/kvm/ |
H A D | async_pf.c | 59 * This work is run asynchronously to the task which owns in async_pf_execute() 181 * Try to schedule a job to handle page fault asynchronously. Returns 'true' on
|
/openbmc/linux/net/sched/ |
H A D | sch_plug.c | 16 * asynchronously to the backup host, while the VM continues executing the 24 * 3. While speculatively executing epoch(i+1), asynchronously replicate
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/ |
H A D | Event.interface.yaml | 4 synchronously or asynchronously report PLDM events to a central party called
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | __init__.py | 5 asynchronously with QMP protocol servers, as implemented by QEMU, the
|