Searched refs:math_impl_opts (Results 1 – 1 of 1) sorted by relevance
560 } math_impl_opts[] = { variable597 for (i = 0; i < ARRAY_SIZE(math_impl_opts); i++) { in vdev_raidz_impl_set()598 if (strcmp(req_name, math_impl_opts[i].name) == 0) { in vdev_raidz_impl_set()599 impl = math_impl_opts[i].sel; in vdev_raidz_impl_set()637 for (i = 0; i < ARRAY_SIZE(math_impl_opts) - 2; i++) { in vdev_raidz_impl_get()638 fmt = (impl == math_impl_opts[i].sel) ? "[%s] " : "%s "; in vdev_raidz_impl_get()640 math_impl_opts[i].name); in vdev_raidz_impl_get()