Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfdtable.h22 #define NR_OPEN_DEFAULT BITS_PER_LONG macro
59 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
/linux-4.1.27/fs/
Dfile.c261 new_fdt->max_fds = NR_OPEN_DEFAULT; in dup_fd()
434 .max_fds = NR_OPEN_DEFAULT,