Searched refs:tailpp (Results 1 – 1 of 1) sorted by relevance
242 uint64_t *tailpp; in mq_getmsg() local253 tailpp = TAIL_PTR(mqhp, mqhp->mq_curmaxprio); in mq_getmsg()277 *tailpp = 0; in mq_getmsg()297 uint64_t *tailpp; in mq_putmsg() local319 tailpp = TAIL_PTR(mqhp, prio); in mq_putmsg()321 if (*tailpp == 0) { in mq_putmsg()328 *tailpp = currentp; in mq_putmsg()333 MQ_ASSERT_PTR(mqhp, *tailpp); in mq_putmsg()334 MQ_PTR(mqhp, *tailpp)->msg_next = currentp; in mq_putmsg()335 *tailpp = currentp; in mq_putmsg()