Home
last modified time | relevance | path

Searched refs:RLIMIT_MSGQUEUE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c162 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 Dmq_perf_tests.c529 setr(RLIMIT_MSGQUEUE, &cur_limits); in increase_limits()
648 getr(RLIMIT_MSGQUEUE, &saved_limits); in main()
/openbmc/linux/include/uapi/asm-generic/
H A Dresource.h44 #define RLIMIT_MSGQUEUE 12 /* maximum bytes in POSIX mqueues */ macro
/openbmc/linux/include/asm-generic/
H A Dresource.h25 [RLIMIT_MSGQUEUE] = { MQ_BYTES_MAX, MQ_BYTES_MAX }, \
/openbmc/linux/kernel/
H A Duser_namespace.c143 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_MSGQUEUE, rlimit(RLIMIT_MSGQUEUE)); in create_user_ns()
/openbmc/linux/ipc/
H A Dmqueue.c378 if (msgqueue == LONG_MAX || msgqueue > rlimit(RLIMIT_MSGQUEUE)) { in mqueue_get_inode()
/openbmc/linux/fs/proc/
H A Dbase.c624 [RLIMIT_MSGQUEUE] = {"Max msgqueue size", "bytes"},
/openbmc/qemu/linux-user/
H A Dstrace.c4095 RET_RES_ENTRY(RLIMIT_MSGQUEUE); in target_ressource_string()
H A Dsyscall.c1068 return RLIMIT_MSGQUEUE; in target_to_host_resource()