Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h40 struct mod_hash_entry { struct
43 struct mod_hash_entry *mhe_next; /* next item in chain */ argument
75 struct mod_hash_entry *mh_entries[1];
84 (sizeof (mod_hash_t) + ((n) - 1) * (sizeof (struct mod_hash_entry *)))
/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c425 sizeof (struct mod_hash_entry), 0, NULL, NULL, NULL, NULL, in mod_hash_init()
568 struct mod_hash_entry *entry; in i_mod_hash_insert_nosync()
583 entry = (struct mod_hash_entry *)handle; in i_mod_hash_insert_nosync()
693 struct mod_hash_entry *e, *ep; in i_mod_hash_remove_nosync()
797 struct mod_hash_entry *e; in i_mod_hash_find_nosync()
860 struct mod_hash_entry *e; in i_mod_hash_walk_nosync()
904 struct mod_hash_entry *e, *old_e; in i_mod_hash_clear_nosync()