Searched full:synchronously (Results 1 – 25 of 309) sorted by relevance
12345678910>>...13
/linux-6.14.4/Documentation/gpu/ |
D | drm-vm-bind-async.rst | 83 synchronously. 85 VM_BIND synchronously, because there might not be enough memory 97 synchronously before the VM_BIND ioctl returns, since dma-fences, 105 synchronously. The reason for this is twofold. First, any memory 107 VM_BIND operation will need to be awaited synchronously anyway (see
|
/linux-6.14.4/fs/freevxfs/ |
D | vxfs_subr.c | 114 * vxfs_read_folio - read one page synchronously into the pagecache 119 * The vxfs_read_folio routine reads @folio synchronously into the
|
/linux-6.14.4/include/linux/ |
D | pm_runtime.h | 327 * pm_runtime_suspend - Suspend a device synchronously. 348 * pm_runtime_resume - Resume a device synchronously. 406 * it synchronously. 424 * Resume @dev synchronously and if that is successful, increment its runtime 501 * equal to 0, carry out runtime-suspend of @dev synchronously. 517 * equal to 0, set up autosuspend of @dev or suspend it synchronously (depending
|
D | nd.h | 156 * nvdimm_read_bytes() - synchronously read bytes from an nvdimm namespace 172 * nvdimm_write_bytes() - synchronously write bytes to an nvdimm namespace
|
D | mhi_ep.h | 106 * @read_sync: CB function for reading from host memory synchronously 107 * @write_sync: CB function for writing to host memory synchronously
|
D | io-pgtable.h | 28 * @tlb_flush_all: Synchronously invalidate the entire TLB context. 29 * @tlb_flush_walk: Synchronously invalidate all intermediate TLB state
|
/linux-6.14.4/kernel/ |
D | async.c | 212 * pending already, we execute synchronously. in async_schedule_node_domain() 220 /* low on memory.. run synchronously */ in async_schedule_node_domain() 258 * that will run the function synchronously then.
|
/linux-6.14.4/drivers/net/ethernet/engleder/ |
D | tsnep_ptp.c | 117 /* high dword is buffered in hardware and synchronously written to in tsnep_ptp_adjtime() 166 /* high dword is buffered in hardware and synchronously written to in tsnep_ptp_settime64()
|
/linux-6.14.4/Documentation/admin-guide/blockdev/drbd/ |
D | index.rst | 8 DRBD is a shared-nothing, synchronously replicated block device. It
|
/linux-6.14.4/crypto/async_tx/ |
D | async_xor.c | 225 /* run the xor synchronously */ in async_xor_offs() 299 * @dest: destination page used if the xor is performed synchronously 394 * @dest: destination page used if the xor is performed synchronously
|
/linux-6.14.4/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 22 host controller (the chip). Commands can be executed synchronously (the sending 226 Executing an HCI command can easily be performed synchronously using the 282 Errors that occur synchronously with the execution of an NFC Core request are
|
/linux-6.14.4/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 130 Bypass dm-crypt internal workqueue and process read requests synchronously. 133 Bypass dm-crypt internal workqueue and process write requests synchronously.
|
/linux-6.14.4/virt/kvm/ |
D | async_pf.c | 75 * so that the vCPU can retry the fault synchronously. in async_pf_execute() 177 * success, 'false' on failure (page fault has to be handled synchronously).
|
/linux-6.14.4/drivers/staging/gpib/include/ |
D | nec7210_registers.h | 204 AUX_TCS = 0x12, /* Take Control Synchronously */ 209 AUX_TCSE = 0x1a, /* Take Control Synchronously on End */
|
/linux-6.14.4/arch/x86/include/uapi/asm/ |
D | sgx.h | 217 * enclave, are fixed up and reported synchronously instead of being delivered 219 * never fixed up and are always delivered via standard signals. On synchronously
|
/linux-6.14.4/Documentation/gpu/rfc/ |
D | i915_vm_bind.h | 146 * is not requested and binding is completed synchronously. 204 * is not requested and unbinding is completed synchronously.
|
/linux-6.14.4/drivers/gpu/drm/v3d/ |
D | v3d_gem.c | 171 * synchronously clean after a job. in v3d_flush_l2t() 184 * signaling job completion. So, we synchronously wait before
|
/linux-6.14.4/fs/btrfs/ |
D | volumes.h | 320 * Checksum mode - offload it to workqueues or do it synchronously in 325 * Choose offloading checksum or do it synchronously automatically. 326 * Do it synchronously if the checksum is fast, or offload to workqueues 454 /* Checksum mode - offload it or do it synchronously. */
|
/linux-6.14.4/drivers/block/drbd/ |
D | Kconfig | 19 DRBD is a shared-nothing, synchronously replicated block device. It
|
/linux-6.14.4/Documentation/admin-guide/mm/ |
D | concepts.rst | 180 pages either asynchronously or synchronously, depending on the state 209 daemon or synchronously as a result of a memory allocation request.
|
/linux-6.14.4/drivers/powercap/ |
D | Kconfig | 60 synchronously on a set of specified CPUs or alternatively
|
/linux-6.14.4/include/linux/device/ |
D | driver.h | 30 * whether probed synchronously or asynchronously. 35 * their probe routines to run synchronously with driver and
|
/linux-6.14.4/drivers/net/wwan/iosm/ |
D | iosm_ipc_task_queue.h | 80 * ipc_task_queue_send_task - Synchronously/Asynchronously call a function in
|
/linux-6.14.4/drivers/gpu/drm/nouveau/ |
D | nouveau_exec.c | 67 * A VM_BIND job can be executed either synchronously or asynchronously. If 70 * VM_BIND job finished execution. If executed synchronously the ioctl will
|
/linux-6.14.4/arch/x86/kernel/ |
D | process.c | 294 * Must flip the CPU state synchronously with in disable_TSC() 306 * Must flip the CPU state synchronously with in enable_TSC() 355 * Must flip the CPU state synchronously with in disable_cpuid() 368 * Must flip the CPU state synchronously with in enable_cpuid()
|
12345678910>>...13