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