Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/include/
H A Dgeneric_impl.c47 static IMPL_OPS_T generic_fastest_impl = { variable
86 memcpy(&generic_fastest_impl, generic_supp_impls[0], in generic_impl_init()
87 sizeof (generic_fastest_impl)); in generic_impl_init()
193 memcpy(&generic_fastest_impl, generic_supp_impls[id], in generic_impl_set_fastest()
194 sizeof (generic_fastest_impl)); in generic_impl_set_fastest()
219 ops = &generic_fastest_impl; in IMPL_GET_OPS()