Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/async_tx/
Dasync_xor.c33 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()
105 int xor_src_cnt = 0; in do_sync_xor_offs() local
118 srcs[xor_src_cnt++] = page_address(src_list[i]) + in do_sync_xor_offs()
[all …]
/linux-6.1.9/Documentation/crypto/
Dasync-tx-api.rst161 int xor_src_cnt,
169 addr_conv_t addr_conv[xor_src_cnt];
176 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit)
184 tx = async_xor(xor_dest, xor_srcs, 0, xor_src_cnt, xor_len, &submit);
/linux-6.1.9/fs/btrfs/
Draid56.c453 int xor_src_cnt = 0; in run_xor() local
457 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in run_xor()
458 xor_blocks(xor_src_cnt, len, dest, pages + src_off); in run_xor()
460 src_cnt -= xor_src_cnt; in run_xor()
461 src_off += xor_src_cnt; in run_xor()