Searched refs:mh_head (Results 1 – 1 of 1) sorted by relevance
167 mod_hash_t *mh_head = NULL; variable483 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()