Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h103 } raidz_impl_ops_t; typedef
144 const raidz_impl_ops_t *rm_ops; /* RAIDZ math operations */
151 extern const raidz_impl_ops_t vdev_raidz_scalar_impl;
155 extern const raidz_impl_ops_t vdev_raidz_sse2_impl;
158 extern const raidz_impl_ops_t vdev_raidz_ssse3_impl;
161 extern const raidz_impl_ops_t vdev_raidz_avx2_impl;
164 extern const raidz_impl_ops_t vdev_raidz_avx512f_impl;
167 extern const raidz_impl_ops_t vdev_raidz_avx512bw_impl;
170 extern const raidz_impl_ops_t vdev_raidz_aarch64_neon_impl;
171 extern const raidz_impl_ops_t vdev_raidz_aarch64_neonx2_impl;
[all …]
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c35 static const raidz_impl_ops_t vdev_raidz_original_impl = {
41 static raidz_impl_ops_t vdev_raidz_fastest_impl = {
46 const raidz_impl_ops_t *raidz_all_maths[] = {
107 const raidz_impl_ops_t *
113 raidz_impl_ops_t *ops = NULL; in vdev_raidz_math_get_ops()
130 ops = (raidz_impl_ops_t *)&vdev_raidz_original_impl; in vdev_raidz_math_get_ops()
133 ops = (raidz_impl_ops_t *)&vdev_raidz_scalar_impl; in vdev_raidz_math_get_ops()
400 raidz_impl_ops_t *curr_impl; in benchmark_raidz_impl()
451 raidz_impl_ops_t *curr_impl; in benchmark_raidz()
456 curr_impl = (raidz_impl_ops_t *)raidz_all_maths[i]; in benchmark_raidz()
[all …]
H A Dvdev_raidz_math_aarch64_neon.c213 const raidz_impl_ops_t vdev_raidz_aarch64_neon_impl = {
H A Dvdev_raidz_math_powerpc_altivec.c215 const raidz_impl_ops_t vdev_raidz_powerpc_altivec_impl = {
H A Dvdev_raidz_math_aarch64_neonx2.c223 const raidz_impl_ops_t vdev_raidz_aarch64_neonx2_impl = {
H A Dvdev_raidz_math_scalar.c258 const raidz_impl_ops_t vdev_raidz_scalar_impl = {
H A Dvdev_raidz_math_ssse3.c408 const raidz_impl_ops_t vdev_raidz_ssse3_impl = {
H A Dvdev_raidz_math_avx512bw.c404 const raidz_impl_ops_t vdev_raidz_avx512bw_impl = {
H A Dvdev_raidz_math_avx2.c404 const raidz_impl_ops_t vdev_raidz_avx2_impl = {
H A Dvdev_raidz_math_avx512f.c485 const raidz_impl_ops_t vdev_raidz_avx512f_impl = {
H A Dvdev_raidz_math_sse2.c622 const raidz_impl_ops_t vdev_raidz_sse2_impl = {