Searched refs:spare (Results 1 – 2 of 2) sorted by relevance
/crypto/async_tx/ |
D | async_pq.c | 282 size_t len, enum sum_check_flags *pqres, struct page *spare, in async_syndrome_val() argument 371 BUG_ON(!spare || !scribble); in async_syndrome_val() 384 tx = async_xor(spare, blocks, offset, disks-2, len, submit); in async_syndrome_val() 387 s = page_address(spare) + offset; in async_syndrome_val() 393 Q(blocks, disks) = spare; in async_syndrome_val() 398 s = page_address(spare) + offset; in async_syndrome_val()
|
D | raid6test.c | 23 static struct page *spare; variable 107 tx = async_syndrome_val(ptrs, 0, disks, bytes, &result, spare, &submit); in raid6_dual_recov() 154 spare = data[disks+2]; in test()
|