Home
last modified time | relevance | path

Searched refs:ZERO_STRIDE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_scalar.c161 #define ZERO_STRIDE 1 macro
H A Dvdev_raidz_math_avx2.c309 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_ssse3.c312 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_impl.h170 for (i = 0; i < dsize / sizeof (v_t); i += (2 * ZERO_STRIDE)) { in raidz_zero_abd_cb()
172 STORE(dst + i + ZERO_STRIDE, ZERO_D); in raidz_zero_abd_cb()
H A Dvdev_raidz_math_sse2.c527 #define ZERO_STRIDE 4 macro