Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dfile.c44 if (num <= NR_OPEN_DEFAULT) /* Don't free the embedded fd array! */ in free_fd_array()
76 #if NR_OPEN_DEFAULT < 256 in expand_fd_array()
/linux-2.4.37.9/include/linux/
Dsched.h166 #define NR_OPEN_DEFAULT BITS_PER_LONG macro
183 struct file * fd_array[NR_OPEN_DEFAULT];
190 max_fds: NR_OPEN_DEFAULT, \
/linux-2.4.37.9/kernel/
Dfork.c469 newf->max_fds = NR_OPEN_DEFAULT; in copy_files()
495 nfds = NR_OPEN_DEFAULT; in copy_files()