Home
last modified time | relevance | path

Searched defs:mod_hash (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h54 struct mod_hash { struct
61 void (*mh_kdtor)(mod_hash_key_t); argument
62 void (*mh_vdtor)(mod_hash_val_t); argument
65 int (*mh_keycmp)(mod_hash_key_t, mod_hash_key_t); argument
68 uint_t (*mh_hashalg)(void *, mod_hash_key_t); argument
71 struct mod_hash *mh_next; /* next hash in list */ argument
73 struct mod_hash_stat mh_stat; argument
75 struct mod_hash_entry *mh_entries[1]; argument
/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c455 mod_hash_t *mod_hash; in mod_hash_create_extended() local