tag | line | file | source code |
---|---|---|---|
leastp | 158 | ipc/msg.c | struct msg *tmsg, *leastp = NULL; |
leastp | 216 | ipc/msg.c | for (leastp = tmsg = msq->msg_first; tmsg; |
leastp | 218 | ipc/msg.c | if (tmsg->msg_type < leastp->msg_type) |
leastp | 219 | ipc/msg.c | leastp = tmsg; |
leastp | 220 | ipc/msg.c | if (leastp && leastp->msg_type <= - msgtyp) |
leastp | 221 | ipc/msg.c | nmsg = leastp; |