Searched refs:xor_src_cnt (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/crypto/async_tx/ |
D | async_xor.c | 46 int xor_src_cnt; in do_async_xor() local 54 xor_src_cnt = min(src_cnt, (int)dma->max_xor); in do_async_xor() 58 if (src_cnt > xor_src_cnt) { in do_async_xor() 79 xor_src_cnt, unmap->len, in do_async_xor() 90 xor_src_cnt, unmap->len, in do_async_xor() 99 if (src_cnt > xor_src_cnt) { in do_async_xor() 101 src_cnt -= xor_src_cnt; in do_async_xor() 104 src_list += xor_src_cnt - 1; in do_async_xor() 117 int xor_src_cnt = 0; in do_sync_xor() local 130 srcs[xor_src_cnt++] = page_address(src_list[i]) + offset; in do_sync_xor() [all …]
|
/linux-4.4.14/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-4.4.14/fs/btrfs/ |
D | raid56.c | 517 int xor_src_cnt = 0; in run_xor() local 521 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in run_xor() 522 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor() 524 src_cnt -= xor_src_cnt; in run_xor() 525 src_off += xor_src_cnt; in run_xor()
|