Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dcred.c308 inc_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_creds()
345 inc_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_creds()
437 inc_rlimit_ucounts(new->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
441 dec_rlimit_ucounts(old->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
H A Ducount.c361 inc_rlimit_ucounts(&init_ucounts, UCOUNT_RLIMIT_NPROC, 1); in user_namespace_sysctl_init()
H A Dfork.c1091 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_NPROC, RLIM_INFINITY); in fork_init()
2299 if (is_rlimit_overlimit(task_ucounts(p), UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC))) { in copy_process()
2723 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.c250 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in release_task()
H A Dsys.c518 if (is_rlimit_overlimit(new->ucounts, UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC)) && in flag_nproc_exceeded()
/linux-6.15/include/linux/
H A Duser_namespace.h65 UCOUNT_RLIMIT_NPROC, enumerator
/linux-6.15/fs/
H A Dexec.c1910 is_rlimit_overlimit(current_ucounts(), UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC))) { in do_execveat_common()