Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c483 mod_hash->mh_next = mh_head; in mod_hash_create_extended()
505 mh_head = mh_head->mh_next; in mod_hash_destroy_hash()
512 for (mhp = mh_head; mhp != NULL; mhp = mhp->mh_next) { in mod_hash_destroy_hash()
514 mhpp->mh_next = mhp->mh_next; in mod_hash_destroy_hash()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodhash_impl.h71 struct mod_hash *mh_next; /* next hash in list */ member