Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDsys_mqueue.c343 struct mq_attr *mqattr; in mqfilter_read() local
347 mqattr = &mq->mq_attrib; in mqfilter_read()
349 if (mqattr->mq_curmsgs) in mqfilter_read()
360 struct mq_attr *mqattr; in mqfilter_write() local
364 mqattr = &mq->mq_attrib; in mqfilter_write()
366 if (mqattr->mq_curmsgs < mqattr->mq_maxmsg) in mqfilter_write()
630 struct mq_attr *mqattr; in mq_receive1() local
645 mqattr = &mq->mq_attrib; in mq_receive1()
648 if (msg_len < mqattr->mq_msgsize) { in mq_receive1()
654 while (mqattr->mq_curmsgs == 0) { in mq_receive1()
[all …]