Home
last modified time | relevance | path

Searched refs:async_xor_val_offs (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/async_tx/
H A Dasync_xor.c298 * async_xor_val_offs - attempt a xor parity check with a dma engine.
315 async_xor_val_offs(struct page *dest, unsigned int offset, in async_xor_val_offs() function
390 EXPORT_SYMBOL_GPL(async_xor_val_offs);
/linux/include/linux/
H A Dasync_tx.h171 async_xor_val_offs(struct page *dest, unsigned int offset,
/linux/drivers/md/
H A Draid5.c2231 tx = async_xor_val_offs(xor_dest, off_dest, xor_srcs, off_srcs, count, in ops_run_check_p()