Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/icp/include/
H A Dgeneric_impl.c48 static IMPL_OPS_T generic_fastest_impl = { variable
87 memcpy(&generic_fastest_impl, generic_supp_impls[0], in generic_impl_init()
88 sizeof (generic_fastest_impl)); in generic_impl_init()
194 memcpy(&generic_fastest_impl, generic_supp_impls[id], in generic_impl_set_fastest()
195 sizeof (generic_fastest_impl)); in generic_impl_set_fastest()
220 ops = &generic_fastest_impl; in IMPL_GET_OPS()