| /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
|
| 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 424 * asynchronously out of a new closure - @parent will then wait for @cl to
|
| H A D | resume_user_mode.h | 36 * asynchronously, this will be called again before we return to
|
| H A D | mhi_ep.h | 108 * @read_async: CB function for reading from host memory asynchronously 109 * @write_async: CB function for writing to host memory asynchronously
|
| /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 185 * @func: function to execute asynchronously 231 * @func: function to execute asynchronously 250 * @func: function to execute asynchronously
|
| /linux/drivers/md/dm-vdo/ |
| H A D | action-manager.h | 37 * A function which is to be applied asynchronously to a set of zones. 46 * A function which is to be applied asynchronously on an action manager's initiator thread as the
|
| /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)
|
| /linux/sound/hda/core/ |
| H A D | bus.c | 83 * @res: pointer to store the response, NULL if performing asynchronously 99 * @res: pointer to store the response, NULL if performing asynchronously 141 * the workqueue asynchronously. Call this function in the interrupt
|
| /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``
|
| /linux/include/uapi/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 */
|
| /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
|
| /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
|
| /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 * executed asynchronously, userspace may provide a list of syncobjs this job 77 * jobs are always executed asynchronously, and, equal to VM_BIND jobs, provide
|
| /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
|
| /linux/Documentation/tools/rtla/ |
| H A D | common_timerlat_description.rst | 18 process the data asynchronously in user space.
|
| /linux/drivers/firmware/tegra/ |
| H A D | ivc.c | 19 * initially valid state, but cannot be asynchronously reset, and must 31 * allowed to clear the counters it owns asynchronously with respect to 330 * count can only asynchronously increase, so the worst possible in tegra_ivc_read_advance() 386 * count can only asynchronously decrease, so the worst possible in tegra_ivc_write_advance()
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_vm_bind.h | 108 * asynchronously, if valid @fence is specified. 173 * asynchronously, if valid @fence is specified.
|
| /linux/net/devlink/ |
| H A D | linecard.c | 500 * as a result of the provision() op call asynchronously. 520 * as a result of the unprovision() op call asynchronously. 538 * as a result of the provision() op call asynchronously.
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | fe-set-frontend.rst | 39 itself, however, will arrive asynchronously as an event (see
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | firmware.h | 87 * Request firmware(s) asynchronously. When the asynchronous request
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_task_queue.h | 80 * ipc_task_queue_send_task - Synchronously/Asynchronously call a function in
|
| /linux/mm/ |
| H A D | shrinker.c | 482 * The shrinker_info may be freed asynchronously via RCU in the in shrink_slab_memcg() 633 * In the unregistration setp, the shrinker will be freed asynchronously in shrink_slab() 783 * free it asynchronously via RCU and safely free the structure in shrinker_free()
|
| /linux/Documentation/ABI/stable/ |
| H A D | firewire-cdev | 69 are performed asynchronously while or after the ioctl returns.
|
| /linux/drivers/base/power/ |
| H A D | main.c | 293 * If the device is resumed asynchronously and the parent's callback in dpm_wait_for_superior() 707 * @async: If true, the device is being resumed asynchronously. 878 * @async: If true, the device is being resumed asynchronously. 1024 * @async: If true, the device is being resumed asynchronously. 1319 * If the device is suspended asynchronously and the parent's callback in dpm_async_suspend_parent() 1412 * @async: If true, the device is being suspended asynchronously. 1608 * @async: If true, the device is being suspended asynchronously. 1848 * @async: If true, the device is being suspended asynchronously.
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | mman-common.h | 41 #define MS_ASYNC 1 /* sync memory asynchronously */
|