Home
last modified time | relevance | path

Searched refs:raidz_impl_ops_t (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h106 } raidz_impl_ops_t; typedef
151 const raidz_impl_ops_t *rm_ops; /* RAIDZ math operations */
170 extern const raidz_impl_ops_t vdev_raidz_scalar_impl;
174 extern const raidz_impl_ops_t vdev_raidz_sse2_impl;
177 extern const raidz_impl_ops_t vdev_raidz_ssse3_impl;
180 extern const raidz_impl_ops_t vdev_raidz_avx2_impl;
183 extern const raidz_impl_ops_t vdev_raidz_avx512f_impl;
186 extern const raidz_impl_ops_t vdev_raidz_avx512bw_impl;
189 extern const raidz_impl_ops_t vdev_raidz_aarch64_neon_impl;
190 extern const raidz_impl_ops_t vdev_raidz_aarch64_neonx2_impl;
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c36 static const raidz_impl_ops_t vdev_raidz_original_impl = {
42 static raidz_impl_ops_t vdev_raidz_fastest_impl = {
47 static const raidz_impl_ops_t *const raidz_all_maths[] = {
90 static raidz_impl_ops_t *raidz_supp_impl[ARRAY_SIZE(raidz_all_maths)];
108 const raidz_impl_ops_t *
114 raidz_impl_ops_t *ops = NULL; in vdev_raidz_math_get_ops()
131 ops = (raidz_impl_ops_t *)&vdev_raidz_original_impl; in vdev_raidz_math_get_ops()
134 ops = (raidz_impl_ops_t *)&vdev_raidz_scalar_impl; in vdev_raidz_math_get_ops()
399 raidz_impl_ops_t *curr_impl; in benchmark_raidz_impl()
450 raidz_impl_ops_t *curr_impl; in benchmark_raidz()
[all …]
H A Dvdev_raidz_math_aarch64_neon.c214 const raidz_impl_ops_t vdev_raidz_aarch64_neon_impl = {
H A Dvdev_raidz_math_aarch64_neonx2.c228 const raidz_impl_ops_t vdev_raidz_aarch64_neonx2_impl = {
H A Dvdev_raidz_math_powerpc_altivec.c216 const raidz_impl_ops_t vdev_raidz_powerpc_altivec_impl = {
H A Dvdev_raidz_math_scalar.c259 const raidz_impl_ops_t vdev_raidz_scalar_impl = {
H A Dvdev_raidz_math_ssse3.c409 const raidz_impl_ops_t vdev_raidz_ssse3_impl = {
H A Dvdev_raidz_math_avx512bw.c405 const raidz_impl_ops_t vdev_raidz_avx512bw_impl = {
H A Dvdev_raidz_math_avx2.c405 const raidz_impl_ops_t vdev_raidz_avx2_impl = {
H A Dvdev_raidz_math_avx512f.c486 const raidz_impl_ops_t vdev_raidz_avx512f_impl = {
H A Dvdev_raidz_math_sse2.c623 const raidz_impl_ops_t vdev_raidz_sse2_impl = {