Searched refs:xor_src_cnt (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/crypto/async_tx/ |
| D | async_xor.c | 33 int xor_src_cnt; in do_async_xor() local 41 xor_src_cnt = min(src_cnt, (int)dma->max_xor); in do_async_xor() 45 if (src_cnt > xor_src_cnt) { in do_async_xor() 66 xor_src_cnt, unmap->len, in do_async_xor() 77 xor_src_cnt, unmap->len, in do_async_xor() 86 if (src_cnt > xor_src_cnt) { in do_async_xor() 88 src_cnt -= xor_src_cnt; in do_async_xor() 91 src_list += xor_src_cnt - 1; in do_async_xor() 104 int xor_src_cnt = 0; in do_sync_xor() local 117 srcs[xor_src_cnt++] = page_address(src_list[i]) + offset; in do_sync_xor() [all …]
|
| /Linux-v5.4/Documentation/crypto/ |
| D | async-tx-api.txt | 133 int xor_src_cnt, 141 addr_conv_t addr_conv[xor_src_cnt]; 148 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit) 156 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit);
|
| /Linux-v5.4/fs/btrfs/ |
| D | raid56.c | 513 int xor_src_cnt = 0; in run_xor() local 517 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in run_xor() 518 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor() 520 src_cnt -= xor_src_cnt; in run_xor() 521 src_off += xor_src_cnt; in run_xor()
|