Home
last modified time | relevance | path

Searched refs:RAIDZ_GEN_METHODS (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon.c216 .gen = RAIDZ_GEN_METHODS(aarch64_neon),
H A Dvdev_raidz_math_powerpc_altivec.c218 .gen = RAIDZ_GEN_METHODS(powerpc_altivec),
H A Dvdev_raidz_math_aarch64_neonx2.c230 .gen = RAIDZ_GEN_METHODS(aarch64_neonx2),
H A Dvdev_raidz_math_scalar.c261 .gen = RAIDZ_GEN_METHODS(scalar),
H A Dvdev_raidz_math_ssse3.c411 .gen = RAIDZ_GEN_METHODS(ssse3),
H A Dvdev_raidz_math_avx2.c407 .gen = RAIDZ_GEN_METHODS(avx2),
H A Dvdev_raidz_math_avx512bw.c407 .gen = RAIDZ_GEN_METHODS(avx512bw),
H A Dvdev_raidz_math_avx512f.c488 .gen = RAIDZ_GEN_METHODS(avx512f),
H A Dvdev_raidz_math_sse2.c625 .gen = RAIDZ_GEN_METHODS(sse2),
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h267 #define RAIDZ_GEN_METHODS(impl) \ macro