async_xor         384 crypto/async_tx/async_pq.c 			tx = async_xor(spare, blocks, offset, disks-2, len, submit);
async_xor         178 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(a, srcs, 0, 2, bytes, submit);
async_xor         231 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(dp, srcs, 0, 2, bytes, submit);
async_xor         238 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(dq, srcs, 0, 2, bytes, submit);
async_xor         253 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(dp, srcs, 0, 2, bytes, submit);
async_xor         299 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(dp, srcs, 0, 2, bytes, submit);
async_xor         306 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(dq, srcs, 0, 2, bytes, submit);
async_xor         321 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(dp, srcs, 0, 2, bytes, submit);
async_xor         500 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(dq, srcs, 0, 2, bytes, submit);
async_xor         509 crypto/async_tx/async_raid6_recov.c 	tx = async_xor(p, srcs, 0, 2, bytes, submit);
async_xor         221 crypto/async_tx/async_xor.c EXPORT_SYMBOL_GPL(async_xor);
async_xor         315 crypto/async_tx/async_xor.c 		tx = async_xor(dest, src_list, offset, src_cnt, len, submit);
async_xor          89 crypto/async_tx/raid6test.c 			tx = async_xor(dest, blocks, 0, count, bytes, &submit);
async_xor         827 drivers/md/dm-integrity.c 		async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit);
async_xor         199 drivers/md/raid5-ppl.c 		tx = async_xor(sh->ppl_page, srcs, 0, count, PAGE_SIZE,
async_xor         724 drivers/md/raid5-ppl.c 	tx = async_xor(page1, xor_srcs, 0, 2, size, &submit);
async_xor        1434 drivers/md/raid5.c 		tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit);
async_xor        1538 drivers/md/raid5.c 		tx = async_xor(dest, blocks, 0, count, STRIPE_SIZE, &submit);
async_xor        1624 drivers/md/raid5.c 			tx = async_xor(dest, blocks, 0, count, STRIPE_SIZE,
async_xor        1694 drivers/md/raid5.c 	tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit);
async_xor        1915 drivers/md/raid5.c 		tx = async_xor(xor_dest, xor_srcs, 0, count, STRIPE_SIZE, &submit);
async_xor         162 include/linux/async_tx.h async_xor(struct page *dest, struct page **src_list, unsigned int offset,