Searched refs:mqattr (Results 1 – 1 of 1) sorted by relevance
343 struct mq_attr *mqattr; in mqfilter_read() local347 mqattr = &mq->mq_attrib; in mqfilter_read()349 if (mqattr->mq_curmsgs) in mqfilter_read()360 struct mq_attr *mqattr; in mqfilter_write() local364 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() local645 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 …]