Home | History | Annotate | Download | only in qemud

Lines Matching defs:new_max

386     int  new_max = old_max + (old_max >> 1) + 4;
389 xrenew( l->events, new_max );
390 xrenew( l->hooks, new_max );
391 l->max_fds = new_max;