Home
last modified time | relevance | path

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

/lib/raid6/
Dalgos.c36 const struct raid6_calls * const raid6_algos[] = { variable
129 for (bestperf = 0, best = NULL, algo = raid6_algos; *algo; algo++) { in raid6_choose_gen()
/lib/raid6/test/
Dtest.c107 for (algo = raid6_algos; *algo; algo++) { in main()