Searched refs:mh_next (Results 1 – 2 of 2) sorted by relevance
483 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()
71 struct mod_hash *mh_next; /* next hash in list */ member