HomeSort by: relevance | last modified time | path
    Searched refs:mq_maxmsg (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/compat/linux/common/
linux_mqueue.h 34 long mq_maxmsg; /* maximum number of messages */ member in struct:linux_mq_attr
linux_mqueue.c 57 bmp->mq_maxmsg = lmp->mq_maxmsg;
68 lmp->mq_maxmsg = bmp->mq_maxmsg;
  /src/sys/sys/
mqueue.h 40 long mq_maxmsg; /* Maximum number of messages */ member in struct:mq_attr
  /src/sys/kern/
sys_mqueue.c 361 if (mqattr->mq_curmsgs < mqattr->mq_maxmsg)
428 if (attr->mq_maxmsg <= 0 || attr->mq_maxmsg > mq_max_maxmsg ||
457 mq->mq_attrib.mq_maxmsg = mq_def_maxmsg;
836 while (mqattr->mq_curmsgs >= mqattr->mq_maxmsg) {
857 KASSERT(mqattr->mq_curmsgs < mqattr->mq_maxmsg);
1213 mq->mq_attrib.mq_maxmsg, mq->mq_attrib.mq_msgsize,
  /src/sys/compat/netbsd32/
netbsd32_conv.h 943 attr->mq_maxmsg = a32->mq_maxmsg;
955 a32->mq_maxmsg = attr->mq_maxmsg;
netbsd32.h 1230 netbsd32_long mq_maxmsg; member in struct:netbsd32_mq_attr

Completed in 17 milliseconds