Home
last modified time | relevance | path

Searched refs:max_fds (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/filesystems/
H A Dfile_stressor.c53 int max_fds; in FIXTURE() local
84 self->max_fds = 500; in FIXTURE_SETUP()
122 for (int i = 0; i < self->max_fds; i++) {
/linux/fs/proc/
H A Darray.c157 unsigned int max_fds = 0; in task_state() local
173 max_fds = files_fdtable(p->files)->max_fds; in task_state()
195 seq_put_decimal_ull(m, "\nFDSize:\t", max_fds); in task_state()
H A Dfd.c299 *count = bitmap_weight(fdt->open_fds, fdt->max_fds); in proc_readfd_count()
/linux/Documentation/filesystems/
H A Dfiles.rst48 if (n <= fdt->max_fds)