Searched refs:mqnext (Results 1 – 1 of 1) sorted by relevance
150 struct msgqueue_entry *mq, *mqnext; in msgqueue_flush() local152 for (mq = msgq->qe; mq; mq = mqnext) { in msgqueue_flush()153 mqnext = mq->next; in msgqueue_flush()
Completed in 3 milliseconds