Searched refs:ptrs (Results 1 – 2 of 2) sorted by relevance
| /crypto/async_tx/ |
| A D | raid6test.c | 58 struct page **ptrs, unsigned int *offs) in raid6_dual_recov() argument 72 tx = async_gen_syndrome(ptrs, offs, in raid6_dual_recov() 88 blocks[count++] = ptrs[i]; in raid6_dual_recov() 90 dest = ptrs[faila]; in raid6_dual_recov() 96 tx = async_gen_syndrome(ptrs, offs, in raid6_dual_recov() 104 faila, ptrs, offs, &submit); in raid6_dual_recov() 109 faila, failb, ptrs, offs, &submit); in raid6_dual_recov() 114 tx = async_syndrome_val(ptrs, offs, in raid6_dual_recov()
|
| A D | async_raid6_recov.c | 412 void **ptrs = scribble ? scribble : (void **) blocks; in async_raid6_2data_recov() local 417 ptrs[i] = raid6_get_zero_page(); in async_raid6_2data_recov() 419 ptrs[i] = page_address(blocks[i]) + offs[i]; in async_raid6_2data_recov() 421 raid6_2data_recov(disks, bytes, faila, failb, ptrs); in async_raid6_2data_recov() 495 void **ptrs = scribble ? scribble : (void **) blocks; in async_raid6_datap_recov() local 500 ptrs[i] = raid6_get_zero_page(); in async_raid6_datap_recov() 502 ptrs[i] = page_address(blocks[i]) + offs[i]; in async_raid6_datap_recov() 504 raid6_datap_recov(disks, bytes, faila, ptrs); in async_raid6_datap_recov()
|
Completed in 4 milliseconds