Searched refs:inc_rlimit_ucounts (Results 1 – 5 of 5) 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() 433 inc_rlimit_ucounts(new->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
|
H A D | ucount.c | 263 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts() function 375 inc_rlimit_ucounts(&init_ucounts, UCOUNT_RLIMIT_NPROC, 1); in user_namespace_sysctl_init()
|
/openbmc/linux/include/linux/ |
H A D | user_namespace.h | 132 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v);
|
/openbmc/linux/mm/ |
H A D | mlock.c | 762 memlock = inc_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
|
/openbmc/linux/ipc/ |
H A D | mqueue.c | 377 msgqueue = inc_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode()
|