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.c38 static IMPL_OPS_T generic_fastest_impl = { variable
77 memcpy(&generic_fastest_impl, generic_supp_impls[0], in generic_impl_init()
78 sizeof (generic_fastest_impl)); in generic_impl_init()
184 memcpy(&generic_fastest_impl, generic_supp_impls[id], in generic_impl_set_fastest()
185 sizeof (generic_fastest_impl)); in generic_impl_set_fastest()
210 ops = &generic_fastest_impl; in IMPL_GET_OPS()