/linux-2.4.37.9/include/asm-sparc/ |
D | resource.h | 21 #define RLIMIT_NPROC 7 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | resource.h | 22 #define RLIMIT_NPROC 8 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | resource.h | 22 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | resource.h | 22 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | resource.h | 14 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | resource.h | 21 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | resource.h | 14 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | resource.h | 10 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | resource.h | 19 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | resource.h | 14 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | resource.h | 14 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | resource.h | 14 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | resource.h | 14 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | resource.h | 14 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | resource.h | 23 #define RLIMIT_NPROC 8 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | resource.h | 14 #define RLIMIT_NPROC 6 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | resource.h | 21 #define RLIMIT_NPROC 7 /* max number of processes */ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | resource.h | 16 #define RLIMIT_NPROC 8 /* max number of processes */ macro
|
/linux-2.4.37.9/kernel/ |
D | fork.c | 80 init_task.rlim[RLIMIT_NPROC].rlim_cur = max_threads/2; in fork_init() 81 init_task.rlim[RLIMIT_NPROC].rlim_max = max_threads/2; in fork_init() 682 if (atomic_read(&p->user->processes) >= p->rlim[RLIMIT_NPROC].rlim_cur in do_fork()
|