taglinefilesource code
msg_first12include/linux/msg.hstruct msg *msg_first;  /* first message on queue */
msg_first139ipc/msg.cif (!msq->msg_first)
msg_first140ipc/msg.cmsq->msg_first = msq->msg_last = msgh;
msg_first173ipc/msg.cfor (tmsg = msq->msg_first; tmsg; tmsg = tmsg->msg_next)
msg_first244ipc/msg.cnmsg = msq->msg_first;
msg_first247ipc/msg.cfor (tmsg = msq->msg_first; tmsg; 
msg_first253ipc/msg.cfor (tmsg = msq->msg_first; tmsg; 
msg_first260ipc/msg.cfor (leastp = tmsg = msq->msg_first; tmsg; 
msg_first273ipc/msg.cif (nmsg ==  msq->msg_first)
msg_first274ipc/msg.cmsq->msg_first = nmsg->msg_next;
msg_first276ipc/msg.cfor (tmsg = msq->msg_first; tmsg; 
msg_first285ipc/msg.cmsq->msg_last = msq->msg_first = NULL;
msg_first397ipc/msg.cmsq->msg_first = msq->msg_last = NULL;
msg_first475ipc/msg.cfor (msgp = msq->msg_first; msgp; msgp = msgh ) {