Searched refs:old_max (Results 1 – 1 of 1) sorted by relevance
386 int old_max = l->max_fds; in looper_grow() local387 int new_max = old_max + (old_max >> 1) + 4; in looper_grow()