Searched refs:RLIMIT_MSGQUEUE (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/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 | 529 setr(RLIMIT_MSGQUEUE, &cur_limits); in increase_limits() 648 getr(RLIMIT_MSGQUEUE, &saved_limits); in main()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | resource.h | 44 #define RLIMIT_MSGQUEUE 12 /* maximum bytes in POSIX mqueues */ macro
|
/openbmc/linux/include/asm-generic/ |
H A D | resource.h | 25 [RLIMIT_MSGQUEUE] = { MQ_BYTES_MAX, MQ_BYTES_MAX }, \
|
/openbmc/linux/kernel/ |
H A D | user_namespace.c | 143 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_MSGQUEUE, rlimit(RLIMIT_MSGQUEUE)); in create_user_ns()
|
/openbmc/linux/ipc/ |
H A D | mqueue.c | 378 if (msgqueue == LONG_MAX || msgqueue > rlimit(RLIMIT_MSGQUEUE)) { in mqueue_get_inode()
|
/openbmc/linux/fs/proc/ |
H A D | base.c | 624 [RLIMIT_MSGQUEUE] = {"Max msgqueue size", "bytes"},
|
/openbmc/qemu/linux-user/ |
H A D | strace.c | 4095 RET_RES_ENTRY(RLIMIT_MSGQUEUE); in target_ressource_string()
|
H A D | syscall.c | 1068 return RLIMIT_MSGQUEUE; in target_to_host_resource()
|