Searched refs:xor_syndrome (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/raid6/test/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | algos.c | 184 if (!(*algo)->xor_syndrome) in raid6_choose_gen() 195 (*algo)->xor_syndrome(disks, start, stop, in raid6_choose_gen() 216 if (best->xor_syndrome) in raid6_choose_gen()
|
| /OK3568_Linux_fs/kernel/crypto/async_tx/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/raid/ |
| H A D | pq.h | 81 void (*xor_syndrome)(int, int, int, size_t, void **); member
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5.c | 6656 if (new != PARITY_DISABLE_RMW && !raid6_call.xor_syndrome) in raid5_store_rmw_level() 7343 if (raid6_call.xor_syndrome) in setup_conf()
|