Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c166 static fletcher_4_ops_t fletcher_4_fastest_impl = { variable
430 ops = &fletcher_4_fastest_impl; in fletcher_4_impl_get()
658 fletcher_4_fastest_impl.init_ ## type = src->init_ ## type; \
659 fletcher_4_fastest_impl.fini_ ## type = src->fini_ ## type; \
660 fletcher_4_fastest_impl.compute_ ## type = src->compute_ ## type; \
764 memcpy(&fletcher_4_fastest_impl, in fletcher_4_benchmark()
766 sizeof (fletcher_4_fastest_impl)); in fletcher_4_benchmark()
767 fletcher_4_fastest_impl.name = "fastest"; in fletcher_4_benchmark()