Searched refs:mq_msg (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/sys/
H A Dmqueue.h93 TAILQ_HEAD(, mq_msg) mq_head[1 + MQ_PQSIZE];
104 typedef struct mq_msg { struct
105 TAILQ_ENTRY(mq_msg) msg_queue;
/netbsd-current/external/bsd/jemalloc/dist/test/include/test/
H A Dmq.h10 * mq_msg(mq_msg_t) link;
29 #define mq_msg(a_mq_msg_type) ql_elm(a_mq_msg_type) macro
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dmq.c8 mq_msg(mq_msg_t) link;
/netbsd-current/sys/kern/
H A Dsys_mqueue.c209 mqueue_freemsg(struct mq_msg *msg, const size_t size)
225 struct mq_msg *msg;
233 msz = sizeof(struct mq_msg) + msg->msg_len;
307 mqueue_linear_insert(struct mqueue *mq, struct mq_msg *msg)
309 struct mq_msg *mit;
458 mq->mq_attrib.mq_msgsize = MQ_DEF_MSGSIZE - sizeof(struct mq_msg);
634 struct mq_msg *msg = NULL;
721 mqueue_freemsg(msg, sizeof(struct mq_msg) + msg->msg_len);
788 struct mq_msg *msg;
802 size = sizeof(struct mq_msg)
[all...]

Completed in 143 milliseconds