Searched refs:mq_msg_max (Results 1 – 3 of 3) sorted by relevance
54 unsigned int mq_msg_max; /* initialized to DFLT_MSGMAX */ member
66 .data = &init_ipc_ns.mq_msg_max,
249 info->attr.mq_maxmsg = min(ipc_ns->mq_msg_max, in mqueue_get_inode()705 if (attr->mq_maxmsg > ipc_ns->mq_msg_max || in mq_attr_ok()740 def_attr.mq_maxmsg = min(ipc_ns->mq_msg_max, in do_create()1411 ns->mq_msg_max = DFLT_MSGMAX; in mq_init_ns()