Home
last modified time | relevance | path

Searched refs:is_dma_xor_aligned (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/crypto/async_tx/
Dasync_xor.c187 if (unmap && is_dma_xor_aligned(device, offset, 0, len)) { in async_xor()
284 is_dma_xor_aligned(device, offset, 0, len)) { in async_xor_val()
/linux-4.1.27/include/linux/
Ddmaengine.h811 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned() function