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.c217 .gen = RAIDZ_GEN_METHODS(aarch64_neon),
H A Dvdev_raidz_math_aarch64_neonx2.c231 .gen = RAIDZ_GEN_METHODS(aarch64_neonx2),
H A Dvdev_raidz_math_powerpc_altivec.c219 .gen = RAIDZ_GEN_METHODS(powerpc_altivec),
H A Dvdev_raidz_math_scalar.c262 .gen = RAIDZ_GEN_METHODS(scalar),
H A Dvdev_raidz_math_ssse3.c412 .gen = RAIDZ_GEN_METHODS(ssse3),
H A Dvdev_raidz_math_avx512bw.c408 .gen = RAIDZ_GEN_METHODS(avx512bw),
H A Dvdev_raidz_math_avx2.c408 .gen = RAIDZ_GEN_METHODS(avx2),
H A Dvdev_raidz_math_avx512f.c489 .gen = RAIDZ_GEN_METHODS(avx512f),
H A Dvdev_raidz_math_sse2.c626 .gen = RAIDZ_GEN_METHODS(sse2),
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h268 #define RAIDZ_GEN_METHODS(impl) \ macro