Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodhash.c167 mod_hash_t *mh_head = NULL; variable
483 mod_hash->mh_next = mh_head; in mod_hash_create_extended()
484 mh_head = mod_hash; in mod_hash_create_extended()
504 if (hash == mh_head) { /* removing 1st list elem */ in mod_hash_destroy_hash()
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()