Lines Matching refs:msg_queue_tail
1809 mq->msg_queue_tail = RT_NULL; in rt_mq_init()
1902 mq->msg_queue_tail = RT_NULL; in rt_mq_create()
2005 if (mq->msg_queue_tail != RT_NULL) in rt_mq_send()
2008 ((struct rt_mq_message *)mq->msg_queue_tail)->next = msg; in rt_mq_send()
2012 mq->msg_queue_tail = msg; in rt_mq_send()
2098 if (mq->msg_queue_tail == RT_NULL) in rt_mq_urgent()
2099 mq->msg_queue_tail = msg; in rt_mq_urgent()
2241 if (mq->msg_queue_tail == msg) in rt_mq_recv()
2242 mq->msg_queue_tail = RT_NULL; in rt_mq_recv()
2303 if (mq->msg_queue_tail == msg) in rt_mq_control()
2304 mq->msg_queue_tail = RT_NULL; in rt_mq_control()