Lines Matching defs:mh
129 mod_hash_hndl_t mh;
156 if (mod_hash_reserve_nosleep(ipst->ips_ipmp_grp_hash, &mh) != 0) {
161 ipmp_grp_insert(grp, mh);
321 * Insert `grp' into the hash using the reserved hash entry `mh'.
325 ipmp_grp_insert(ipmp_grp_t *grp, mod_hash_hndl_t mh)
337 (mod_hash_key_t)grp->gr_name, (mod_hash_val_t)grp, mh);
340 * This should never happen since `mh' was preallocated.
374 mod_hash_hndl_t mh;
390 if (mod_hash_reserve_nosleep(ipst->ips_ipmp_grp_hash, &mh) != 0)
395 ipmp_grp_insert(grp, mh);