Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfdtable.h24 #define NR_OPEN_DEFAULT BITS_PER_LONG macro
66 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
/openbmc/linux/fs/
H A Dfile.c285 return NR_OPEN_DEFAULT; in sane_fdtable_size()
289 return NR_OPEN_DEFAULT; in sane_fdtable_size()
318 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()
454 .max_fds = NR_OPEN_DEFAULT,