Searched refs:RLIMIT_NPROC (Results 1 – 11 of 11) sorted by relevance
26 #ifndef RLIMIT_NPROC27 # define RLIMIT_NPROC 6 /* max number of processes */ macro
16 #define RLIMIT_NPROC 7 /* max number of processes */ macro
11 #define RLIMIT_NPROC 8 /* max number of processes */ macro
21 #define RLIMIT_NPROC 8 /* max number of processes */ macro
19 [RLIMIT_NPROC] = { 0, 0 }, \
816 init_task.signal->rlim[RLIMIT_NPROC].rlim_cur = max_threads/2; in fork_init()817 init_task.signal->rlim[RLIMIT_NPROC].rlim_max = max_threads/2; in fork_init()819 init_task.signal->rlim[RLIMIT_NPROC]; in fork_init()1964 task_rlimit(p, RLIMIT_NPROC)) { in copy_process()
476 if (atomic_read(&new_user->processes) >= rlimit(RLIMIT_NPROC) && in set_user()
1133 task_rlimit(current, RLIMIT_NPROC); in io_wq_create()
1873 atomic_read(¤t_user()->processes) > rlimit(RLIMIT_NPROC)) { in do_execveat_common()
582 [RLIMIT_NPROC] = {"Max processes", "processes"},
1215 limits (in particular, ``RLIMIT_AS`` and ``RLIMIT_NPROC``). Most systems don't