Searched refs:UCOUNT_RLIMIT_MSGQUEUE (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | user_namespace.h | 62 UCOUNT_RLIMIT_MSGQUEUE, enumerator
|
/linux-6.1.9/ipc/ |
D | mqueue.c | 377 msgqueue = inc_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode() 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()
|
/linux-6.1.9/kernel/ |
D | user_namespace.c | 143 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_MSGQUEUE, rlimit(RLIMIT_MSGQUEUE)); in create_user_ns()
|
D | fork.c | 932 set_userns_rlimit_max(&init_user_ns, UCOUNT_RLIMIT_MSGQUEUE, RLIM_INFINITY); in fork_init()
|