Home
last modified time | relevance | path

Searched refs:UCOUNT_RLIMIT_NPROC (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Duser_namespace.h65 UCOUNT_RLIMIT_NPROC, enumerator
/linux/kernel/
H A Ducount.c359 inc_rlimit_ucounts(&init_ucounts, UCOUNT_RLIMIT_NPROC, 1); in user_namespace_sysctl_init()
H A Dfork.c880 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_NPROC, RLIM_INFINITY); in fork_init()
2130 if (is_rlimit_overlimit(task_ucounts(p), UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC))) { in copy_process()
2590 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_process()
H A Duser_namespace.c142 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_NPROC, enforced_nproc_rlimit()); in create_user_ns()
H A Dexit.c255 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in release_task()
H A Dsys.c548 if (is_rlimit_overlimit(new->ucounts, UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC)) && in flag_nproc_exceeded()