tag | line | file | source code |
MSGMNI | 49 | include/linux/msg.h | #define MSGPOOL (MSGMNI*MSGMNB/1024) /* size in kilobytes of message pool */ |
MSGMNI | 25 | ipc/msg.c | static struct msqid_ds *msgque[MSGMNI]; |
MSGMNI | 39 | ipc/msg.c | for (id = 0; id < MSGMNI; id++) |
MSGMNI | 71 | ipc/msg.c | id = (unsigned int) msqid % MSGMNI; |
MSGMNI | 78 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
MSGMNI | 130 | ipc/msg.c | || msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) { |
MSGMNI | 177 | ipc/msg.c | id = (unsigned int) msqid % MSGMNI; |
MSGMNI | 190 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
MSGMNI | 326 | ipc/msg.c | for (id = 0; id < MSGMNI; id++) |
MSGMNI | 360 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
MSGMNI | 395 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
MSGMNI | 404 | ipc/msg.c | msg_seq = (msg_seq+1) % ((unsigned)(1<<31)/MSGMNI); /* increment, but avoid overflow */ |
MSGMNI | 441 | ipc/msg.c | msginfo.msgmni = MSGMNI; |
MSGMNI | 473 | ipc/msg.c | id = (unsigned int) msq->msg_perm.seq * MSGMNI + msqid; |
MSGMNI | 502 | ipc/msg.c | id = (unsigned int) msqid % MSGMNI; |
MSGMNI | 506 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |