Searched refs:xor_syndrome (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/lib/raid6/test/ |
| D | test.c | 122 if (!raid6_call.xor_syndrome) in main() 129 raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE, in main() 132 raid6_call.xor_syndrome(NDISKS, p1, p2, PAGE_SIZE, in main()
|
| /Linux-v6.6/lib/raid6/ |
| D | algos.c | 218 if (best->xor_syndrome) { in raid6_choose_gen() 227 best->xor_syndrome(disks, start, stop, in raid6_choose_gen()
|
| /Linux-v6.6/include/linux/raid/ |
| D | pq.h | 73 void (*xor_syndrome)(int, int, int, size_t, void **); member
|
| /Linux-v6.6/crypto/async_tx/ |
| D | async_pq.c | 134 BUG_ON(!raid6_call.xor_syndrome); in do_sync_gen_syndrome() 136 raid6_call.xor_syndrome(disks, start, stop, len, srcs); in do_sync_gen_syndrome()
|
| /Linux-v6.6/drivers/md/ |
| D | raid5.c | 6980 if (new != PARITY_DISABLE_RMW && !raid6_call.xor_syndrome) in raid5_store_rmw_level() 7672 if (raid6_call.xor_syndrome) in setup_conf()
|