Searched refs:task_ucounts (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/ |
H A D | cred.c | 304 inc_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_creds() 341 inc_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_creds()
|
H A D | fork.c | 2365 if (is_rlimit_overlimit(task_ucounts(p), UCOUNT_RLIMIT_NPROC, rlimit(RLIMIT_NPROC))) { in copy_process() 2787 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_process()
|
H A D | exit.c | 248 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in release_task()
|
H A D | signal.c | 430 ucounts = task_ucounts(t); in __sigqueue_alloc()
|
/openbmc/linux/include/linux/ |
H A D | cred.h | 323 #define task_ucounts(task) (task_cred_xxx((task), ucounts)) macro
|
/openbmc/linux/fs/proc/ |
H A D | array.c | 285 qsize = get_rlimit_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING); in task_sig()
|