Searched refs:NR_OPEN_DEFAULT (Results 1 – 2 of 2) sorted by relevance
24 #define NR_OPEN_DEFAULT BITS_PER_LONG macro66 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
284 return NR_OPEN_DEFAULT; in sane_fdtable_size()288 return NR_OPEN_DEFAULT; in sane_fdtable_size()317 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()453 .max_fds = NR_OPEN_DEFAULT,