Home
last modified time | relevance | path

Searched refs:is_ucounts_overlimit (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Duser_namespace.h132 bool is_ucounts_overlimit(struct ucounts *ucounts, enum ucount_type type, unsigned long max);
/Linux-v5.15/kernel/
Ducount.c336 bool is_ucounts_overlimit(struct ucounts *ucounts, enum ucount_type type, unsigned long max) in is_ucounts_overlimit() function
Dsys.c482 if (is_ucounts_overlimit(new->ucounts, UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC)) && in set_user()
Dfork.c2059 if (is_ucounts_overlimit(task_ucounts(p), UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC))) { in copy_process()
/Linux-v5.15/fs/
Dexec.c1882 is_ucounts_overlimit(current_ucounts(), UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC))) { in do_execveat_common()