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

/linux-master/include/linux/
H A Dfdtable.h24 #define NR_OPEN_DEFAULT BITS_PER_LONG macro
67 struct file __rcu * fd_array[NR_OPEN_DEFAULT];
/linux-master/fs/
H A Dfile.c306 if (max_fds < NR_OPEN_DEFAULT)
307 max_fds = NR_OPEN_DEFAULT;
335 new_fdt->max_fds = NR_OPEN_DEFAULT;
472 .max_fds = NR_OPEN_DEFAULT,

Completed in 95 milliseconds