Lines Matching refs:mhi_next
1355 next = mhi->mhi_next; in mf_hash_free_all()
1373 mhi = mhi->mhi_next; in mf_hash_find()
1388 mhi->mhi_next = mht->mht_buckets[idx]; in mf_hash_add_item()
1390 if (mhi->mhi_next != NULL) in mf_hash_add_item()
1391 mhi->mhi_next->mhi_prev = mhi; in mf_hash_add_item()
1419 mht->mht_buckets[mhi->mhi_key & mht->mht_mask] = mhi->mhi_next; in mf_hash_rem_item()
1421 mhi->mhi_prev->mhi_next = mhi->mhi_next; in mf_hash_rem_item()
1423 if (mhi->mhi_next != NULL) in mf_hash_rem_item()
1424 mhi->mhi_next->mhi_prev = mhi->mhi_prev; in mf_hash_rem_item()
1471 for (mhi = mht->mht_buckets[i]; mhi != NULL; mhi = mhi->mhi_next) in mf_hash_grow()
1482 tails[j]->mhi_next = mhi; in mf_hash_grow()
1490 tails[j]->mhi_next = NULL; in mf_hash_grow()