Home
last modified time | relevance | path

Searched refs:raid6_algos (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/lib/raid6/
Dalgos.c31 const struct raid6_calls * const raid6_algos[] = { variable
153 for (bestgenperf = 0, bestxorperf = 0, best = NULL, algo = raid6_algos; *algo; algo++) { in raid6_choose_gen()
/kernel/linux/linux-5.10/lib/raid6/test/
Dtest.c105 for (algo = raid6_algos; *algo; algo++) { in main()
/kernel/linux/linux-5.10/include/linux/raid/
Dpq.h141 extern const struct raid6_calls * const raid6_algos[];