Home
last modified time | relevance | path

Searched refs:IMPL_FASTEST (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math.c67 #define IMPL_FASTEST (UINT32_MAX) macro
75 static uint32_t user_sel_impl = IMPL_FASTEST;
121 case IMPL_FASTEST: in vdev_raidz_math_get_ops()
469 { "fastest", IMPL_FASTEST },
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c210 #define IMPL_FASTEST (UINT32_MAX) macro
216 static uint32_t fletcher_4_impl_chosen = IMPL_FASTEST;
225 { "fastest", IMPL_FASTEST },
430 case IMPL_FASTEST: in fletcher_4_impl_get()