raid6_recov_calls
static const struct raid6_recov_calls *raid6_recov_algo;
void __init raid6_recov_algo_add(const struct raid6_recov_calls *algo)
const struct raid6_recov_calls *raid6_recov_algo_find(unsigned int idx)
void __init raid6_recov_algo_add(const struct raid6_recov_calls *algo);
const struct raid6_recov_calls *raid6_recov_algo_find(unsigned int idx);
extern const struct raid6_recov_calls raid6_recov_intx1;
extern const struct raid6_recov_calls raid6_recov_neon;
const struct raid6_recov_calls raid6_recov_neon = {
extern const struct raid6_recov_calls raid6_recov_lsx;
extern const struct raid6_recov_calls raid6_recov_lasx;
const struct raid6_recov_calls raid6_recov_lsx = {
const struct raid6_recov_calls raid6_recov_lasx = {
const struct raid6_recov_calls raid6_recov_intx1 = {
extern const struct raid6_recov_calls raid6_recov_rvv;
const struct raid6_recov_calls raid6_recov_rvv = {
extern const struct raid6_recov_calls raid6_recov_s390xc;
const struct raid6_recov_calls raid6_recov_s390xc = {
const struct raid6_recov_calls *recov;
extern const struct raid6_recov_calls raid6_recov_ssse3;
extern const struct raid6_recov_calls raid6_recov_avx2;
extern const struct raid6_recov_calls raid6_recov_avx512;
const struct raid6_recov_calls raid6_recov_avx2 = {
const struct raid6_recov_calls raid6_recov_avx512 = {
const struct raid6_recov_calls raid6_recov_ssse3 = {