RLIMIT_MSGQUEUE   577 fs/proc/base.c 	[RLIMIT_MSGQUEUE] = {"Max msgqueue size", "bytes"},
RLIMIT_MSGQUEUE    25 include/asm-generic/resource.h 	[RLIMIT_MSGQUEUE]	= {   MQ_BYTES_MAX,   MQ_BYTES_MAX },	\
RLIMIT_MSGQUEUE   317 ipc/mqueue.c   		    u->mq_bytes + mq_bytes > rlimit(RLIMIT_MSGQUEUE)) {
RLIMIT_MSGQUEUE   162 tools/testing/selftests/mqueue/mq_open_tests.c 		setr(RLIMIT_MSGQUEUE, &cur_limits);
RLIMIT_MSGQUEUE   286 tools/testing/selftests/mqueue/mq_open_tests.c 	getr(RLIMIT_MSGQUEUE, &saved_limits);
RLIMIT_MSGQUEUE   392 tools/testing/selftests/mqueue/mq_open_tests.c 			setr(RLIMIT_MSGQUEUE, &cur_limits);
RLIMIT_MSGQUEUE   410 tools/testing/selftests/mqueue/mq_open_tests.c 		setr(RLIMIT_MSGQUEUE, &cur_limits);
RLIMIT_MSGQUEUE   526 tools/testing/selftests/mqueue/mq_perf_tests.c 	setr(RLIMIT_MSGQUEUE, &cur_limits);
RLIMIT_MSGQUEUE   644 tools/testing/selftests/mqueue/mq_perf_tests.c 	getr(RLIMIT_MSGQUEUE, &saved_limits);