Home
last modified time | relevance | path

Searched refs:msgmax (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmsg.h47 int msgmax; member
/openbmc/linux/ipc/
H A Dmsg.c494 msginfo->msgmax = ns->msg_ctlmax; in msgctl_info()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst588 msgmax, msgmnb, and msgmni
591 ``msgmax`` is the maximum size of an IPC message, in bytes. 8192 by
/openbmc/qemu/linux-user/
H A Dsyscall.c4174 int msgmax; member
4190 __put_user(host_msginfo->msgmax, &target_msginfo->msgmax); in host_to_target_msginfo()