Lines Matching +full:spin +full:- +full:up
1 .. SPDX-License-Identifier: GPL-2.0
32 bulk memory transfers/transforms with support for inter-transactional
43 xor-parity-calculations of the md-raid5 driver using the offload engines
54 operations to be submitted, like xor->copy->xor in the raid5 case. The
64 -----------------------------
72 ------------------------
92 -------------------------
94 The return value is non-NULL and points to a 'descriptor' when the operation
110 ------------------------------------
115 manage the channel. Once a driver-specific threshold is met the driver
122 -------------------------------------
127 1. Call dma_wait_for_async_tx(). This call causes the CPU to spin while
139 ---------------
148 -----------
150 Perform a xor->copy->xor operation where each operation depends on the
199 ----------------------
206 3. Use async_tx_run_dependencies() in the descriptor clean up path to
210 -----------------------------------------------------------------
213 is being used to support device-to-memory operations. A channel that is
240 not be used by the general-purpose allocator. It can be set at
248 considered by the general-purpose allocator even after a call to
255 ---------