Searched refs:xor_syndrome (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/lib/raid6/test/ |
D | test.c | 125 if (!raid6_call.xor_syndrome) in main() 132 raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE, in main() 135 raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE, in main()
|
/linux-4.19.296/lib/raid6/ |
D | algos.c | 186 if (!(*algo)->xor_syndrome) in raid6_choose_gen() 197 (*algo)->xor_syndrome(disks, start, stop, in raid6_choose_gen() 215 if (best->xor_syndrome) in raid6_choose_gen()
|
/linux-4.19.296/include/linux/raid/ |
D | pq.h | 75 void (*xor_syndrome)(int, int, int, size_t, void **); member
|
/linux-4.19.296/crypto/async_tx/ |
D | async_pq.c | 149 BUG_ON(!raid6_call.xor_syndrome); in do_sync_gen_syndrome() 151 raid6_call.xor_syndrome(disks, start, stop, len, srcs); in do_sync_gen_syndrome()
|