Searched refs:raidz_impl_ops_t (Results 1 – 11 of 11) sorted by relevance
106 } raidz_impl_ops_t; typedef151 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 …]
36 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 …]
214 const raidz_impl_ops_t vdev_raidz_aarch64_neon_impl = {
228 const raidz_impl_ops_t vdev_raidz_aarch64_neonx2_impl = {
216 const raidz_impl_ops_t vdev_raidz_powerpc_altivec_impl = {
259 const raidz_impl_ops_t vdev_raidz_scalar_impl = {
409 const raidz_impl_ops_t vdev_raidz_ssse3_impl = {
405 const raidz_impl_ops_t vdev_raidz_avx512bw_impl = {
405 const raidz_impl_ops_t vdev_raidz_avx2_impl = {
486 const raidz_impl_ops_t vdev_raidz_avx512f_impl = {
623 const raidz_impl_ops_t vdev_raidz_sse2_impl = {