Searched refs:NR_OPEN (Results 1 – 10 of 10) sorted by relevance
64 if (files->max_fds >= NR_OPEN || nr >= NR_OPEN) in expand_fd_array()85 if (nfds > NR_OPEN) in expand_fd_array()86 nfds = NR_OPEN; in expand_fd_array()172 if (files->max_fdset >= NR_OPEN || nr >= NR_OPEN) in expand_fdset()184 if (nfds > NR_OPEN) in expand_fdset()185 nfds = NR_OPEN; in expand_fdset()
261 if (arg < NR_OPEN) { in do_fcntl()
4 #define NR_OPEN 1024 macro
42 #undef NR_OPEN43 #define NR_OPEN (1024*1024) /* Absolute upper limit on fd num */ macro
848 if(fd >= NR_OPEN) goto out; in solaris_getmsg()915 if(fd >= NR_OPEN) goto out; in solaris_putmsg()
673 return NR_OPEN; in solaris_ulimit()
1145 if (new_rlim.rlim_cur > NR_OPEN || new_rlim.rlim_max > NR_OPEN) in sys_setrlimit()
476 return NR_OPEN; in sys_getdtablesize()
1139 if (new_rlim.rlim_cur > NR_OPEN || new_rlim.rlim_max > NR_OPEN) in sys32_setrlimit()
367 retval = NR_OPEN; in irix_syssgi()