Searched refs:mh_head (Results 1 – 2 of 2) sorted by relevance
169 mod_hash_t *mh_head = NULL; variable461 mod_hash->mh_next = mh_head; in mod_hash_create_extended()462 mh_head = mod_hash; in mod_hash_create_extended()482 if (hash == mh_head) { /* removing 1st list elem */ in mod_hash_destroy_hash()483 mh_head = mh_head->mh_next; in mod_hash_destroy_hash()490 for (mhp = mh_head; mhp != NULL; mhp = mhp->mh_next) { in mod_hash_destroy_hash()
101 mod_hash_t *mh_head; in modhash_walk_init() local103 if (mdb_readvar(&mh_head, "mh_head") == -1) { in modhash_walk_init()107 wsp->walk_addr = (uintptr_t)mh_head; in modhash_walk_init()