Home | History | Annotate | Download | only in qemud

Lines Matching defs:max_fds

336     int                  max_fds;
347 l->max_fds = 0;
358 l->max_fds = 0;
385 int old_max = l->max_fds;
391 l->max_fds = new_max;
413 if (l->num_fds >= l->max_fds)