Home
last modified time | relevance | path

Searched full:asynchronously (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/openbmc/linux/include/linux/
H A Dasync.h46 * @func: function to execute asynchronously
59 * @func: function to execute asynchronously
77 * @func: function to execute asynchronously
97 * @func: function to execute asynchronously
/openbmc/linux/kernel/
H A Dasync.c20 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 Dtransport.h34 * @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 Dfirmware_fd.h157 * @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/pldm/common/
H A Dtransport.hpp38 /** @brief Asynchronously send a PLDM message to the specified terminus
51 /** @brief Asynchronously receive a PLDM message addressed to the local
/openbmc/linux/drivers/md/bcache/
H A Dclosure.h25 * 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/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst23 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 Dhdac_bus.c83 * @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 Dvirtio_balloon.h76 #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 Dconcepts.rst180 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/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pycares_4.5.0.bb4 a C library that performs DNS requests and name resolutions asynchronously."
/openbmc/linux/include/linux/device/
H A Ddriver.h30 * 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 Dasync_pq.c32 * 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DUpdate.interface.yaml7 Start a firmware update to be performed asynchronously.
/openbmc/qemu/include/io/
H A Ddns-resolver.h80 * <title>Resolving addresses asynchronously</title>
191 * DNS resolution will be done asynchronously so execution
/openbmc/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst21 (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/PLDM/
H A DEvent.interface.yaml4 synchronously or asynchronously report PLDM events to a central party called
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/
H A Dc-ares_1.28.1.bb2 SUMMARY = "c-ares is a C library that resolves names asynchronously."
/openbmc/qemu/python/qemu/qmp/
H A D__init__.py5 asynchronously with QMP protocol servers, as implemented by QEMU, the
/openbmc/openbmc/poky/meta/recipes-support/serf/
H A Dserf_1.3.10.bb4 read/write communication asynchronously. Memory copies and transformations are \
/openbmc/linux/virt/kvm/
H A Dasync_pf.c59 * 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 Dsch_plug.c16 * asynchronously to the backup host, while the VM continues executing the
24 * 3. While speculatively executing epoch(i+1), asynchronously replicate
/openbmc/qemu/tests/unit/
H A Dtest-thread-pool.c209 /* Couldn't be canceled asynchronously, must have completed. */ in do_test_cancel()
213 /* Could be canceled asynchronously, never started. */ in do_test_cancel()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.c69 * 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/linux/Documentation/userspace-api/media/dvb/
H A Dfe-set-frontend.rst39 itself, however, will arrive asynchronously as an event (see

12345678910>>...18