Searched refs:task_ucounts (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/kernel/ |
| H A D | cred.c | 308 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()
|
| H A D | fork.c | 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 D | exit.c | 250 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in release_task()
|
| H A D | signal.c | 417 ucounts = task_ucounts(t); in sig_get_ucounts()
|
| /linux-6.15/include/linux/ |
| H A D | cred.h | 348 #define task_ucounts(task) (task_cred_xxx((task), ucounts)) macro
|
| /linux-6.15/fs/proc/ |
| H A D | array.c | 285 qsize = get_rlimit_value(task_ucounts(p), UCOUNT_RLIMIT_SIGPENDING); in task_sig()
|