Searched refs:RLIMIT_MSGQUEUE (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/mqueue/ |
| H A D | mq_open_tests.c | 162 setr(RLIMIT_MSGQUEUE, &cur_limits); in validate_current_settings() 286 getr(RLIMIT_MSGQUEUE, &saved_limits); in main() 392 setr(RLIMIT_MSGQUEUE, &cur_limits); in main() 410 setr(RLIMIT_MSGQUEUE, &cur_limits); in main()
|
| H A D | mq_perf_tests.c | 531 setr(RLIMIT_MSGQUEUE, &cur_limits); in increase_limits() 650 getr(RLIMIT_MSGQUEUE, &saved_limits); in main()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | resource.h | 44 #define RLIMIT_MSGQUEUE 12 /* maximum bytes in POSIX mqueues */ macro
|
| /linux-6.15/include/asm-generic/ |
| H A D | resource.h | 25 [RLIMIT_MSGQUEUE] = { MQ_BYTES_MAX, MQ_BYTES_MAX }, \
|
| /linux-6.15/kernel/ |
| H A D | user_namespace.c | 143 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_MSGQUEUE, rlimit(RLIMIT_MSGQUEUE)); in create_user_ns()
|
| /linux-6.15/ipc/ |
| H A D | mqueue.c | 378 if (msgqueue == LONG_MAX || msgqueue > rlimit(RLIMIT_MSGQUEUE)) { in mqueue_get_inode()
|
| /linux-6.15/fs/proc/ |
| H A D | base.c | 624 [RLIMIT_MSGQUEUE] = {"Max msgqueue size", "bytes"},
|
| /linux-6.15/Documentation/admin-guide/sysctl/ |
| H A D | kernel.rst | 636 in POSIX message queues is limited by ``RLIMIT_MSGQUEUE``. This limit is
|