Home
last modified time | relevance | path

Searched refs:xor_syndrome (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/lib/raid6/test/
Dtest.c125 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.1.27/lib/raid6/
Dalgos.c164 if (!(*algo)->xor_syndrome) in raid6_choose_gen()
175 (*algo)->xor_syndrome(disks, start, stop, in raid6_choose_gen()
193 if (best->xor_syndrome) in raid6_choose_gen()
/linux-4.1.27/include/linux/raid/
Dpq.h75 void (*xor_syndrome)(int, int, int, size_t, void **); member
/linux-4.1.27/crypto/async_tx/
Dasync_pq.c148 BUG_ON(!raid6_call.xor_syndrome); in do_sync_gen_syndrome()
150 raid6_call.xor_syndrome(disks, start, stop, len, srcs); in do_sync_gen_syndrome()
/linux-4.1.27/drivers/md/
Draid5.c5982 if (new != PARITY_DISABLE_RMW && !raid6_call.xor_syndrome) in raid5_store_rmw_level()
6558 if (raid6_call.xor_syndrome) in setup_conf()