Searched refs:NR_OPEN_DEFAULT (Results 1 – 2 of 2) sorted by relevance
22 #define NR_OPEN_DEFAULT BITS_PER_LONG macro58 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
94 if (fdt->max_fds <= NR_OPEN_DEFAULT) { in free_fdtable_rcu()230 if (cur_fdt->max_fds > NR_OPEN_DEFAULT) in expand_fdtable()308 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()420 .max_fds = NR_OPEN_DEFAULT,