Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dfdtable.h24 #define NR_OPEN_DEFAULT BITS_PER_LONG macro
67 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
/Linux-v5.10/fs/
Dfile.c276 if (max_fds < NR_OPEN_DEFAULT) in sane_fdtable_size()
277 max_fds = NR_OPEN_DEFAULT; in sane_fdtable_size()
305 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()
468 .max_fds = NR_OPEN_DEFAULT,