Home
last modified time | relevance | path

Searched refs:inc_rlimit_ucounts (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/kernel/
Ducount.c262 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in inc_rlimit_ucounts() function
373 inc_rlimit_ucounts(&init_ucounts, UCOUNT_RLIMIT_NPROC, 1); in user_namespace_sysctl_init()
Dcred.c361 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-v6.1/include/linux/
Duser_namespace.h132 long inc_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v);
/Linux-v6.1/mm/
Dmlock.c754 memlock = inc_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock()
/Linux-v6.1/ipc/
Dmqueue.c377 msgqueue = inc_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode()