Searched refs:is_ucounts_overlimit (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/ |
A D | user_namespace.h | 132 bool is_ucounts_overlimit(struct ucounts *ucounts, enum ucount_type type, unsigned long max);
|
/linux/kernel/ |
A D | ucount.c | 344 bool is_ucounts_overlimit(struct ucounts *ucounts, enum ucount_type type, unsigned long rlimit) in is_ucounts_overlimit() function
|
A D | sys.c | 482 if (is_ucounts_overlimit(new->ucounts, UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC)) && in set_user()
|
A D | fork.c | 2056 if (is_ucounts_overlimit(task_ucounts(p), UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC))) { in copy_process()
|
/linux/fs/ |
A D | exec.c | 1880 is_ucounts_overlimit(current_ucounts(), UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC))) { in do_execveat_common()
|
/linux/ |
A D | System.map | 2935 ffff8000100b5810 T is_ucounts_overlimit
|
A D | .tmp_System.map | 2935 ffff8000100b5810 T is_ucounts_overlimit
|
Completed in 309 milliseconds