Lines Matching defs:old_hash
113 tidhash_t *old_hash = NULL;
347 if (old_hash != NULL)
348 kmem_free(old_hash, old_hashsz * sizeof (*old_hash));
369 old_hash = new_hash;
379 old_hash = p->p_tidhash;
382 mutex_enter(&old_hash[i].th_lock);
407 ret_tidhash->rth_tidhash = old_hash;
434 mutex_exit(&old_hash[i].th_lock);
442 old_hash = NULL;
782 if (old_hash != NULL)
783 kmem_free(old_hash, old_hashsz * sizeof (*old_hash));