Searched refs:ptms_new (Results 1 – 1 of 1) sorted by relevance
569 struct pt_ttys **ptms_new; in ptms_grow() local577 ptms_new = kmem_zalloc(new_size * sizeof (struct pt_ttys *), in ptms_grow()579 if (ptms_new == NULL) in ptms_grow()587 kmem_free(ptms_new, new_size * sizeof (struct pt_ttys *)); in ptms_grow()593 bcopy(ptms_old, ptms_new, old_size * sizeof (struct pt_ttys *)); in ptms_grow()594 ptms_slots = ptms_new; in ptms_grow()