Home
last modified time | relevance | path

Searched refs:UCOUNT_RLIMIT_MSGQUEUE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Duser_namespace.h58 UCOUNT_RLIMIT_MSGQUEUE, enumerator
/Linux-v5.15/ipc/
Dmqueue.c378 msgqueue = inc_rlimit_ucounts(info->ucounts, UCOUNT_RLIMIT_MSGQUEUE, mq_bytes); in mqueue_get_inode()
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-v5.15/kernel/
Duser_namespace.c126 set_rlimit_ucount_max(ns, UCOUNT_RLIMIT_MSGQUEUE, rlimit(RLIMIT_MSGQUEUE)); in create_user_ns()
Dfork.c844 set_rlimit_ucount_max(&init_user_ns, UCOUNT_RLIMIT_MSGQUEUE, RLIM_INFINITY); in fork_init()