Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h65 int (*mh_keycmp)(mod_hash_key_t, mod_hash_key_t); member
/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c161 #define MH_KEYCMP(hash, key1, key2) ((hash->mh_keycmp)(key1, key2))
477 mod_hash->mh_keycmp = keycmp; in mod_hash_create_extended()