Searched refs:oldalloc (Results 1 – 1 of 1) sorted by relevance
170 unsigned int oldalloc = rc_map->alloc; in ir_resize_table() local171 unsigned int newalloc = oldalloc; in ir_resize_table()184 if ((rc_map->len * 3 < rc_map->size) && (oldalloc > IR_TAB_MIN_SIZE)) { in ir_resize_table()190 if (newalloc == oldalloc) in ir_resize_table()