Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmsg.h48 int msgmnb; member
/openbmc/linux/ipc/
H A Dmsg.c495 msginfo->msgmnb = ns->msg_ctlmnb; in msgctl_info()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst588 msgmax, msgmnb, and msgmni
594 ``msgmnb`` is the maximum size of an IPC queue, in bytes. 16384 by
/openbmc/qemu/linux-user/
H A Dsyscall.c4181 int msgmnb; member
4197 __put_user(host_msginfo->msgmnb, &target_msginfo->msgmnb); in host_to_target_msginfo()