Searched refs:RLIMIT_MSGQUEUE (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/asm-generic/
H A Dresource.h44 #define RLIMIT_MSGQUEUE 12 /* maximum bytes in POSIX mqueues */ macro
/linux-master/include/asm-generic/
H A Dresource.h25 [RLIMIT_MSGQUEUE] = { MQ_BYTES_MAX, MQ_BYTES_MAX }, \
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_open_tests.c162 setr(RLIMIT_MSGQUEUE, &cur_limits);
286 getr(RLIMIT_MSGQUEUE, &saved_limits);
392 setr(RLIMIT_MSGQUEUE, &cur_limits);
410 setr(RLIMIT_MSGQUEUE, &cur_limits);
H A Dmq_perf_tests.c529 setr(RLIMIT_MSGQUEUE, &cur_limits);
648 getr(RLIMIT_MSGQUEUE, &saved_limits);
/linux-master/kernel/
H A Duser_namespace.c143 set_userns_rlimit_max(ns, UCOUNT_RLIMIT_MSGQUEUE, rlimit(RLIMIT_MSGQUEUE));
/linux-master/ipc/
H A Dmqueue.c378 if (msgqueue == LONG_MAX || msgqueue > rlimit(RLIMIT_MSGQUEUE)) {
/linux-master/fs/proc/
H A Dbase.c590 [RLIMIT_MSGQUEUE] = {"Max msgqueue size", "bytes"},

Completed in 527 milliseconds