tag | line | file | source code |
---|---|---|---|
leastp | 116 | ipc/msg.c | struct msg *tmsg, *leastp = NULL; |
leastp | 162 | ipc/msg.c | for (leastp = tmsg = msq->msg_first; tmsg; |
leastp | 164 | ipc/msg.c | if (tmsg->msg_type < leastp->msg_type) |
leastp | 165 | ipc/msg.c | leastp = tmsg; |
leastp | 166 | ipc/msg.c | if (leastp && leastp->msg_type <= - msgtyp) |
leastp | 167 | ipc/msg.c | nmsg = leastp; |