Searched refs:max_fds (Results 1 – 4 of 4) sorted by relevance
53 int max_fds; in FIXTURE() local84 self->max_fds = 500; in FIXTURE_SETUP()122 for (int i = 0; i < self->max_fds; i++) {
157 unsigned int max_fds = 0; in task_state() local173 max_fds = files_fdtable(p->files)->max_fds; in task_state()195 seq_put_decimal_ull(m, "\nFDSize:\t", max_fds); in task_state()
299 *count = bitmap_weight(fdt->open_fds, fdt->max_fds); in proc_readfd_count()
48 if (n <= fdt->max_fds)