tag | line | file | source code |
---|---|---|---|
msg_type | 61 | include/linux/msg.h | long msg_type; |
msg_type | 99 | ipc/msg.c | msgh->msg_type = mtype; |
msg_type | 151 | ipc/msg.c | if (tmsg->msg_type != msgtyp) |
msg_type | 157 | ipc/msg.c | if (tmsg->msg_type == msgtyp) |
msg_type | 164 | ipc/msg.c | if (tmsg->msg_type < leastp->msg_type) |
msg_type | 166 | ipc/msg.c | if (leastp && leastp->msg_type <= - msgtyp) |
msg_type | 195 | ipc/msg.c | put_fs_long (nmsg->msg_type, &msgp->mtype); |