Searched refs:inc_rlimit_ucounts (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/ |
A D | ucount.c | 264 long inc_rlimit_ucounts(struct ucounts *ucounts, enum ucount_type type, long v) in inc_rlimit_ucounts() function 374 inc_rlimit_ucounts(&init_ucounts, UCOUNT_RLIMIT_NPROC, 1); in user_namespace_sysctl_init()
|
A D | cred.c | 361 inc_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_creds() 398 inc_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_creds() 499 inc_rlimit_ucounts(new->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
|
/linux/include/linux/ |
A D | user_namespace.h | 128 long inc_rlimit_ucounts(struct ucounts *ucounts, enum ucount_type type, long v);
|
/linux/mm/ |
A D | mlock.c | 834 memlock = inc_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
|
/linux/ipc/ |
A D | mqueue.c | 378 msgqueue = inc_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode()
|
/linux/ |
A D | System.map | 2931 ffff8000100b5570 T inc_rlimit_ucounts
|
A D | .tmp_System.map | 2931 ffff8000100b5570 T inc_rlimit_ucounts
|
Completed in 306 milliseconds