Searched refs:tcl_new (Results 1 – 1 of 1) sorted by relevance
236 tuncl_t **tcl_new; in tcl_grow() local242 tcl_new = kmem_zalloc(new_size * sizeof (tuncl_t *), KM_NOSLEEP); in tcl_grow()243 if (tcl_new == NULL) in tcl_grow()251 kmem_free(tcl_new, new_size * sizeof (tuncl_t *)); in tcl_grow()257 bcopy(tcl_old, tcl_new, old_size * sizeof (tuncl_t *)); in tcl_grow()258 tcl_slots = tcl_new; in tcl_grow()