Home
last modified time | relevance | path

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

/include/linux/
Dfdtable.h27 unsigned int max_fds; member
86 if (fd < fdt->max_fds) { in __fcheck_files()
87 fd = array_index_nospec(fd, fdt->max_fds); in __fcheck_files()