Searched refs:math_impl_opts (Results 1 – 1 of 1) sorted by relevance
570 } math_impl_opts[] = { variable607 for (i = 0; i < ARRAY_SIZE(math_impl_opts); i++) { in vdev_raidz_impl_set()608 if (strcmp(req_name, math_impl_opts[i].name) == 0) { in vdev_raidz_impl_set()609 impl = math_impl_opts[i].sel; in vdev_raidz_impl_set()649 for (i = 0; i < ARRAY_SIZE(math_impl_opts) - 2; i++) { in vdev_raidz_impl_get()650 fmt = (impl == math_impl_opts[i].sel) ? "[%s] " : "%s "; in vdev_raidz_impl_get()652 math_impl_opts[i].name); in vdev_raidz_impl_get()