Searched refs:mq_msg_max (Results 1 – 4 of 4) sorted by relevance
58 unsigned int mq_msg_max; /* initialized to DFLT_MSGMAX */ member
75 .data = &init_ipc_ns.mq_msg_max,
32 .mq_msg_max = DFLT_MSGMAX,
143 info->attr.mq_maxmsg = ipc_ns->mq_msg_max; in mqueue_get_inode()593 if (attr->mq_maxmsg > ipc_ns->mq_msg_max || in mq_attr_ok()1250 ns->mq_msg_max = DFLT_MSGMAX; in mq_init_ns()