Searched refs:dec_rlimit_ucounts (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | mlock.c | 756 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock() 760 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock() 773 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, (size + PAGE_SIZE - 1) >> PAGE_SHIFT); in user_shm_unlock()
|
/linux-6.3-rc2/include/linux/ |
A D | user_namespace.h | 133 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v);
|
/linux-6.3-rc2/kernel/ |
A D | ucount.c | 279 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum rlimit_type type, long v) in dec_rlimit_ucounts() function
|
A D | cred.c | 503 dec_rlimit_ucounts(old->ucounts, UCOUNT_RLIMIT_NPROC, 1); in commit_creds()
|
A D | exit.c | 247 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in release_task()
|
A D | fork.c | 2563 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_process()
|
/linux-6.3-rc2/ipc/ |
A D | mqueue.c | 379 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()
|
Completed in 19 milliseconds