Searched refs:dec_rlimit_ucounts (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | user_namespace.h | 152 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v);
|
| /linux/kernel/ |
| H A D | ucount.c | 264 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts() function
|
| H A D | exit.c | 255 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in release_task()
|
| H A D | fork.c | 2590 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_process()
|
| /linux/ipc/ |
| H A D | mqueue.c | 378 dec_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode() 549 dec_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_evict_inode()
|