tag | line | file | source code |
MSGMNI | 49 | include/linux/msg.h | #define MSGPOOL (MSGMNI*MSGMNB/1024) /* size in kilobytes of message pool */ |
MSGMNI | 20 | ipc/msg.c | static struct msqid_ds *msgque[MSGMNI]; |
MSGMNI | 32 | ipc/msg.c | for (id = 0; id < MSGMNI; id++) |
MSGMNI | 56 | ipc/msg.c | id = (unsigned int) msqid % MSGMNI; |
MSGMNI | 63 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
MSGMNI | 86 | ipc/msg.c | || msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) { |
MSGMNI | 128 | ipc/msg.c | id = (unsigned int) msqid % MSGMNI; |
MSGMNI | 141 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |
MSGMNI | 233 | ipc/msg.c | for (id = 0; id < MSGMNI; id++) |
MSGMNI | 267 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
MSGMNI | 289 | ipc/msg.c | return (unsigned int) msq->msg_perm.seq * MSGMNI + id; |
MSGMNI | 298 | ipc/msg.c | msg_seq = (msg_seq+1) % ((unsigned)(1<<31)/MSGMNI); /* increment, but avoid overflow */ |
MSGMNI | 335 | ipc/msg.c | msginfo.msgmni = MSGMNI; |
MSGMNI | 367 | ipc/msg.c | id = (unsigned int) msq->msg_perm.seq * MSGMNI + msqid; |
MSGMNI | 396 | ipc/msg.c | id = (unsigned int) msqid % MSGMNI; |
MSGMNI | 400 | ipc/msg.c | if (msq->msg_perm.seq != (unsigned int) msqid / MSGMNI) |