Searched refs:dec_rlimit_ucounts (Results 1 – 9 of 9) sorted by relevance
/linux/mm/ |
A D | mlock.c | 837 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock() 841 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, locked); in user_shm_lock() 853 dec_rlimit_ucounts(ucounts, UCOUNT_RLIMIT_MEMLOCK, (size + PAGE_SIZE - 1) >> PAGE_SHIFT); in user_shm_unlock()
|
/linux/include/linux/ |
A D | user_namespace.h | 129 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum ucount_type type, long v);
|
/linux/kernel/ |
A D | ucount.c | 281 bool dec_rlimit_ucounts(struct ucounts *ucounts, enum ucount_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 | 192 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in release_task()
|
A D | fork.c | 2467 dec_rlimit_ucounts(task_ucounts(p), UCOUNT_RLIMIT_NPROC, 1); in copy_process()
|
/linux/ipc/ |
A D | mqueue.c | 380 dec_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode() 537 dec_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_evict_inode()
|
/linux/ |
A D | System.map | 2932 ffff8000100b5620 T dec_rlimit_ucounts
|
A D | .tmp_System.map | 2932 ffff8000100b5620 T dec_rlimit_ucounts
|
Completed in 309 milliseconds