Searched refs:tailpp (Results 1 – 1 of 1) sorted by relevance
243 uint64_t *tailpp; in mq_getmsg() local254 tailpp = TAIL_PTR(mqhp, mqhp->mq_curmaxprio); in mq_getmsg()278 *tailpp = NULL; in mq_getmsg()298 uint64_t *tailpp; in mq_putmsg() local320 tailpp = TAIL_PTR(mqhp, prio); in mq_putmsg()322 if (*tailpp == 0) { in mq_putmsg()329 *tailpp = currentp; in mq_putmsg()334 MQ_ASSERT_PTR(mqhp, *tailpp); in mq_putmsg()335 MQ_PTR(mqhp, *tailpp)->msg_next = currentp; in mq_putmsg()336 *tailpp = currentp; in mq_putmsg()