Home
last modified time | relevance | path

Searched refs:raidz_gen_f (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h88 typedef void (*raidz_gen_f)(void *); typedef
99 raidz_gen_f gen[RAIDZ_GEN_NUM]; /* Parity generate functions */
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c154 raidz_gen_f gen_parity = NULL; in vdev_raidz_math_generate()