Searched refs:old_idx_ptr (Results 1 – 2 of 2) sorted by relevance
216 void *old_idx_ptr; in consider_resize() local239 old_idx_ptr = NULL; in consider_resize()247 bitmask_swap(&ctl->gr_idx_head, nh_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()253 if (old_idx_ptr != NULL) in consider_resize()254 free(old_idx_ptr, M_NHOP); in consider_resize()
240 void *old_idx_ptr; in consider_resize() local263 old_idx_ptr = NULL; in consider_resize()271 bitmask_swap(&ctl->nh_idx_head, nh_idx_ptr, new_idx_items, &old_idx_ptr); in consider_resize()277 if (old_idx_ptr != NULL) in consider_resize()278 free(old_idx_ptr, M_NHOP); in consider_resize()